mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-27 11:06:41 -05:00
feat: add safe redirects from login pages
This commit is contained in:
2
src/plugins/types.d.ts
vendored
2
src/plugins/types.d.ts
vendored
@@ -42,6 +42,8 @@ declare module 'nuxt/schema' {
|
||||
|
||||
interface PublicRuntimeConfig {
|
||||
baseUrl: string;
|
||||
cdnBaseUrl: string;
|
||||
redirectHosts: string;
|
||||
cookieSecure: boolean;
|
||||
hcaptchaSiteKey: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user