mirror of
https://gitlab.com/comunic/comunicconsole
synced 2025-06-20 00:25:19 +00:00
Import login route from default theme
This commit is contained in:
16
src/helpers/AccountHelper.ts
Normal file
16
src/helpers/AccountHelper.ts
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Account helper
|
||||
*
|
||||
* @author Pierre Hubert
|
||||
*/
|
||||
|
||||
export class AccountHelper {
|
||||
/**
|
||||
* Check whether access token are available
|
||||
* or not
|
||||
*/
|
||||
static get hasAccessToken() : boolean {
|
||||
// TODO : implement support
|
||||
return false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user