chore: build
Frontend Admin - EAS Build / build (push) Successful in 1h56m20s
Frontend Client - EAS Build / build (push) Canceled after 1m17s

This commit is contained in:
Xor290
2026-08-21 17:45:32 +02:00
parent 632c851f9c
commit 22c7a7b8d8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ export const getRole = () => AsyncStorage.getItem(ROLE_KEY);
export const setRole = (role: string) => AsyncStorage.setItem(ROLE_KEY, role);
export const removeRole = () => AsyncStorage.removeItem(ROLE_KEY);
// Clear all auth data
export const clearAllAuth = async () => {
await AsyncStorage.multiRemove([
TOKEN_KEY,