@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) {

Access not available

Your account doesn't have permission to open this application. Switch to an available application below, log out, or contact your administrator to request access.

} } @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 }} }
}
}