Renombrar FlotillasGPS a ADAN en todo el proyecto

This commit is contained in:
FlotillasGPS Developer
2026-01-21 08:26:01 +00:00
parent 51d78bacf4
commit 6d24ad6f61
37 changed files with 350 additions and 345 deletions

View File

@@ -12,8 +12,8 @@ const apiClient: AxiosInstance = axios.create({
})
// Token storage
const TOKEN_KEY = 'flotillas_access_token'
const REFRESH_TOKEN_KEY = 'flotillas_refresh_token'
const TOKEN_KEY = 'adan_access_token'
const REFRESH_TOKEN_KEY = 'adan_refresh_token'
export const getAccessToken = (): string | null => {
return localStorage.getItem(TOKEN_KEY)