feat: add safe redirects from login pages

This commit is contained in:
mrjvs
2026-08-15 15:21:24 +02:00
parent 7b665bdfe8
commit a8f217b652
7 changed files with 92 additions and 18 deletions

View File

@@ -42,6 +42,8 @@ declare module 'nuxt/schema' {
interface PublicRuntimeConfig {
baseUrl: string;
cdnBaseUrl: string;
redirectHosts: string;
cookieSecure: boolean;
hcaptchaSiteKey: string;
}