Renombrar FlotillasGPS a ADAN en todo el proyecto
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user