feat: custom location on admin redirect to base (#3103)
This commit is contained in:
parent
f79f3078dc
commit
03f667c21d
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ export const auth = {
|
|||
await this.signInWithEmailLink(deviceIdentifier, window.location.href);
|
||||
|
||||
removeLocalConfig('deviceIdentifier');
|
||||
window.location.href = '/';
|
||||
window.location.href = import.meta.env.VITE_ADMIN_URL;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue