Chore: Rebranding Gatehouse to Secuird (UI)

This commit is contained in:
2026-03-06 00:22:57 +05:45
parent 7be6415db1
commit 979b5a918e
27 changed files with 76 additions and 76 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// API Client for Gatehouse Backend
// API Client for Secuird Backend
// Uses Bearer token authentication
import { config } from '@/config';
@@ -259,8 +259,8 @@ class ApiError extends Error {
}
// Token storage keys
const TOKEN_KEY = 'gatehouse_token';
const TOKEN_EXPIRY_KEY = 'gatehouse_token_expiry';
const TOKEN_KEY = 'secuird_token';
const TOKEN_EXPIRY_KEY = 'secuird_token_expiry';
// Token management
export const tokenManager = {