parent
2ea97541c6
commit
98eaf5acb7
@ -48,7 +48,7 @@ export class Auth {
|
||||
}
|
||||
|
||||
initKeys() {
|
||||
if (!window) {
|
||||
if (typeof window === 'undefined') {
|
||||
return;
|
||||
}
|
||||
const appName = getSubAppName();
|
||||
|
Loading…
Reference in New Issue
Block a user