fix: redirect uri
This commit is contained in:
parent
9a19552f72
commit
3e7150f872
|
@ -21,7 +21,7 @@ export default function App() {
|
|||
if (redirectURL) {
|
||||
urlProps.redirectURL = redirectURL;
|
||||
} else {
|
||||
urlProps.redirectURL = window.location.origin;
|
||||
urlProps.redirectURL = window.location.origin + '/app';
|
||||
}
|
||||
const globalState: Record<string, string> = {
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Reference in New Issue
Block a user