This commit is contained in:
parent
db7349bc0d
commit
7e0fd4c208
3 changed files with 16 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
import {checkAppUrl} from './common-global.js';
|
||||
import {checkAppUrl, checkAppUrlScheme} from './common-global.js';
|
||||
|
||||
export function initUserCheckAppUrl() {
|
||||
if (!document.querySelector('.page-content.user.signin, .page-content.user.signup, .page-content.user.link-account')) return;
|
||||
checkAppUrlScheme();
|
||||
}
|
||||
|
||||
export function initUserAuthOauth2() {
|
||||
const outer = document.getElementById('oauth2-login-navigator');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue