fix: redirect uri

This commit is contained in:
Lakhan Samani 2022-03-15 09:56:50 +05:30
parent 9a19552f72
commit 3e7150f872

View File

@ -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