mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: register redirect
This commit is contained in:
parent
86ddc920e9
commit
9e976e1237
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const whitelistedPrefixes = ["/auth/signin", "/register", "/api", "/setup"];
|
||||
const whitelistedPrefixes = ["/auth", "/api", "/setup"];
|
||||
const requireAdmin = ["/admin"];
|
||||
|
||||
export default defineNuxtRouteMiddleware(async (to, from) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue