Skip to content

Commit 5ad7887

Browse files
feature: this commit introduces local storage keys constants
1 parent 792c4fb commit 5ad7887

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default class LocalStorage {
2+
public static readonly AccessToken = "comanda:access_token";
3+
public static readonly RefreshToken = "comanda:refresh_token";
4+
public static readonly Principal = "comanda:principal";
5+
}

0 commit comments

Comments
 (0)