feat(frontend): useAuth /auth/me, videos list + locked flag, VITE_API_URL
Some checks failed
CI/CD — Build & Deploy / Build (push) Failing after 40s
CI/CD — Build & Deploy / Deploy to VPS (push) Has been skipped

This commit is contained in:
2026-03-14 08:06:51 +01:00
parent 5afcad487e
commit 0591cd4528
4 changed files with 124 additions and 37 deletions

View File

@@ -1,9 +1,8 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
// URL de base SuperOAuth — ex: https://superoauth.tetardtek.com
// Flow login : VITE_SUPEROAUTH_URL + /api/v1/auth/oauth/:provider?redirectUrl=<callback>
readonly VITE_SUPEROAUTH_URL: string;
readonly VITE_API_URL: string;
}
interface ImportMeta {