Loading mobile/src/constants/theme.ts +2 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ interface Theme { export const LIGTHT_THEME: Theme = { color: { primary: "tomato", primary: "rgb(235, 73, 161)", secondary: "gray", terciary: "#f0f0f0", background: "#f0f0f0", background: "rgb(245, 225, 236)", white: "white", black: "black", }, Loading mobile/src/contexts/auth_context.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export const AuthContextProvider = ({children}: AuthContextProviderProps) => { await SecureStore.deleteItemAsync("user"); await SecureStore.deleteItemAsync("token"); setUser(null); delete axios.defaults.headers.common["Authorization"]; axios.defaults.headers.common["Authorization"] = null; } useEffect(() => { Loading Loading
mobile/src/constants/theme.ts +2 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ interface Theme { export const LIGTHT_THEME: Theme = { color: { primary: "tomato", primary: "rgb(235, 73, 161)", secondary: "gray", terciary: "#f0f0f0", background: "#f0f0f0", background: "rgb(245, 225, 236)", white: "white", black: "black", }, Loading
mobile/src/contexts/auth_context.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export const AuthContextProvider = ({children}: AuthContextProviderProps) => { await SecureStore.deleteItemAsync("user"); await SecureStore.deleteItemAsync("token"); setUser(null); delete axios.defaults.headers.common["Authorization"]; axios.defaults.headers.common["Authorization"] = null; } useEffect(() => { Loading