can link google accounts!

This commit is contained in:
2026-01-20 15:54:11 +10:30
parent 87c143a332
commit e7c2c873c2
10 changed files with 1682 additions and 102 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => ({
server: {
host: "::",
port: 8080,
allowedHosts: process.env.VITE_ALLOWED_HOSTS?.split(",") || ["ui.webauthn.local"],
allowedHosts: process.env.VITE_ALLOWED_HOSTS?.split(",") || ["ui.webauthn.local","gatehouse-ui.hawkvelt.tech"],
},
plugins: [react(), mode === "development" && componentTagger()].filter(Boolean),
resolve: {