feat(frontend): useAuth /auth/me, videos list + locked flag, VITE_API_URL
This commit is contained in:
3
frontend/src/vite-env.d.ts
vendored
3
frontend/src/vite-env.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user