Welcome
Log in to access your IoT platform.
Reset password
Enter your email address and we'll send you a secure link to reset your password.
@if (!!(ui.state$ | async).loginExtraLink.length) {
}
@for (link of (ui.state$ | async).loginExtraLink; track link) {
{{ link.label }}
}
} @else {
{{ (ui.state$ | async).loginExtraLink.label }}
}