Refactoring: better naming, to prepare other external authent.

This commit is contained in:
John Livingston
2024-04-19 09:53:23 +02:00
parent cfc5e98d90
commit 7afcbcf1a2
10 changed files with 33 additions and 33 deletions

View File

@ -18,9 +18,9 @@ class ExternalLoginModal extends BaseModal {
onHide () {
super.onHide()
// kill the oidcGetResult handler if still there
// kill the externalAuthGetResult handler if still there
try {
if (window.oidcGetResult) { window.oidcGetResult() }
if (window.externalAuthGetResult) { window.externalAuthGetResult() }
} catch (err) {
console.error(err)
}