Skip to content

Commit 0461849

Browse files
authored
Fixing Typo isSignedInIn
1 parent 221d381 commit 0461849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-react/services/Auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface IAuthResponse {
66
}
77

88
export default class Auth {
9-
static isSignedInIn(): boolean {
9+
static isSignedIn(): boolean {
1010
return !!AuthStore.getToken();
1111
}
1212

0 commit comments

Comments
 (0)