WebClient: disable indicator if we redirect from the login page

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-02-04 21:13:04 +01:00
parent 8385acd0e3
commit ae309d64c4
3 changed files with 13 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ type loginPage struct {
Title string
Branding UIBranding
FormDisabled bool
CheckRedirect bool
}
type twoFactorPage struct {