mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 18:57:38 +01:00
Change URLs
This commit is contained in:
parent
6dbd6b6224
commit
fd442bb2b1
@ -20,12 +20,11 @@ function createWindow() {
|
||||
}
|
||||
);
|
||||
|
||||
mainWindow.loadURL(`file://${path.join(__dirname, '../build/index.html')}`);
|
||||
mainWindow.loadURL(`file://${path.join(__dirname, '../build/index.html#/')}`);
|
||||
|
||||
mainWindow.on('closed', () => {
|
||||
mainWindow = null
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function createMenubar() {
|
||||
|
@ -214,7 +214,7 @@ class WelcomePage extends Component<IWelcomeProps, IWelcomeState> {
|
||||
}
|
||||
|
||||
authorizeEmergencyLogin() {
|
||||
window.location.href = `/?code=${this.state.authCode}#/`;
|
||||
window.location.href = `${this.state.defaultRedirectAddress}/?code=${this.state.authCode}#/`;
|
||||
}
|
||||
|
||||
resumeLogin() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user