Add base UI config
This commit is contained in:
8
geneit_app/src/api/AuthApi.ts
Normal file
8
geneit_app/src/api/AuthApi.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class AuthApi {
|
||||
/**
|
||||
* Check out whether user is signed in or not
|
||||
*/
|
||||
static get SignedIn(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user