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.
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.length) {
}
@for (link of (ui.state$ | async).loginExtraLink; track link) {
{{ link.label }}
}
} @else {
{{ (ui.state$ | async).loginExtraLink.label }}
}