Map for soft logout

This commit is contained in:
Hugh Nimmo-Smith 2022-10-13 16:28:47 +01:00
parent bc0843eddf
commit 991eeb1de6
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ class SoftLogoutController @Inject constructor(
LoginType.SSO -> buildLoginSSOForm()
LoginType.DIRECT,
LoginType.CUSTOM,
LoginType.QR,
LoginType.UNSUPPORTED -> buildLoginUnsupportedForm()
LoginType.UNKNOWN -> Unit
}