chore: build

This commit is contained in:
2026-05-09 16:38:22 +02:00
parent 771f514af3
commit d13a980447
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import type {
import { getToken } from "../auth/tokenStorage";
import { extractUsernameFromToken } from "../auth/jwtUtils";
const V1 = "https://mln-uber.club/api/v1";
const V1 = `${process.env.EXPO_PUBLIC_API_URL ?? "https://mln-uber.club"}/api/v1`;
export const getJwtUsername = async (): Promise<string | null> => {
const token = await getToken();