closer but not there yet

This commit is contained in:
Joseph Garrone
2021-03-03 03:17:56 +01:00
parent 2d69a1f946
commit 24e07c3e00
3 changed files with 7 additions and 1 deletions

View File

@ -60,7 +60,7 @@
var out= {
"showUsername": ${auth.showUsername()?c},
"showResetCredentials": ${auth.showResetCredentials()?c},
"showTryAnotherWayLink": ${auth.showTryAnotherWayLink()?c}
"showTryAnotherWayLink": ${auth.showTryAnotherWayLink()?c},
"selectedCredential": "${auth.selectedCredential!''}" || undefined
};