You've already forked obsidian-visualiser
Add redirect URL when logging in, fix choices for characters not being saved
This commit is contained in:
1
app/types/auth.d.ts
vendored
1
app/types/auth.d.ts
vendored
@@ -7,7 +7,6 @@ declare module 'vue-router'
|
||||
interface RouteMeta
|
||||
{
|
||||
requiresAuth?: boolean;
|
||||
guestsGoesTo?: string;
|
||||
usersGoesTo?: string;
|
||||
rights?: string[];
|
||||
validState?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user