Warn users when they try to use a non-root-url to sign in/up (#32272)
This commit is contained in:
parent
603fca1e27
commit
0196b3583a
3 changed files with 16 additions and 2 deletions
|
@ -24,7 +24,7 @@ import {initFindFileInRepo} from './features/repo-findfile.ts';
|
|||
import {initCommentContent, initMarkupContent} from './markup/content.ts';
|
||||
import {initPdfViewer} from './render/pdf.ts';
|
||||
|
||||
import {initUserAuthOauth2} from './features/user-auth.ts';
|
||||
import {initUserAuthOauth2, initUserCheckAppUrl} from './features/user-auth.ts';
|
||||
import {
|
||||
initRepoIssueDue,
|
||||
initRepoIssueReferenceRepositorySearch,
|
||||
|
@ -219,6 +219,7 @@ onDomReady(() => {
|
|||
initCommitStatuses,
|
||||
initCaptcha,
|
||||
|
||||
initUserCheckAppUrl,
|
||||
initUserAuthOauth2,
|
||||
initUserAuthWebAuthn,
|
||||
initUserAuthWebAuthnRegister,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue