@if (platformAnimationSrc) {
} @if (currentView !== LOGIN_VIEWS.None) {
@switch (currentView) { @case (LOGIN_VIEWS.Credentials) {

Welcome

Log in to access your IoT platform.

} @case (LOGIN_VIEWS.RecoverPassword) {

Reset password

Enter your email address and we'll send you a secure link to reset your password.

} @case (LOGIN_VIEWS.ChangePassword) { } @case (LOGIN_VIEWS.TotpChallenge) { } @case (LOGIN_VIEWS.TotpSetup) { } @case (LOGIN_VIEWS.SmsChallenge) { } @case (LOGIN_VIEWS.ProvidePhoneNumber) { } @case (LOGIN_VIEWS.TenantIdSetup) { } @case (LOGIN_VIEWS.MissingApplicationAccess) { } } @if (!!(ui.state$ | async).loginExtraLink) {
@if (!!(ui.state$ | async).loginExtraLink.length) {
@for (link of (ui.state$ | async).loginExtraLink; track link) { {{ link.label }} }
} @else { {{ (ui.state$ | async).loginExtraLink.label }} }
}
}