Better skeleton use, live services in booking
This commit is contained in:
@@ -50,6 +50,11 @@ class AuthStore {
|
||||
return this.loading;
|
||||
}
|
||||
|
||||
get hasLoaded() {
|
||||
return !this.loading;
|
||||
}
|
||||
|
||||
|
||||
private initializeAuth() {
|
||||
const storedToken = localStorage.getItem('authToken');
|
||||
if (storedToken) {
|
||||
|
||||
Reference in New Issue
Block a user