mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 01:00:28 +03:00
Fix typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
706d9b1f6f
commit
d6d1b0eeef
2 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ function getSecret(key) {
|
|||
return localStorage.getItem(key);
|
||||
}
|
||||
|
||||
const isAuthanticated = () => getSecret(cons.secretKey.ACCESS_TOKEN) !== null;
|
||||
const isAuthenticated = () => getSecret(cons.secretKey.ACCESS_TOKEN) !== null;
|
||||
|
||||
const secret = {
|
||||
accessToken: getSecret(cons.secretKey.ACCESS_TOKEN),
|
||||
|
|
@ -14,6 +14,6 @@ const secret = {
|
|||
};
|
||||
|
||||
export {
|
||||
isAuthanticated,
|
||||
isAuthenticated,
|
||||
secret,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue