The token was successfully enrolled with serial number
{{ serial() }} .
@if (containerSerial()) {
}
@if (username() && userRealm() != "" && !onlyAddToRealm()) {
The user
@if (authService.actionAllowed("userlist")) {
{{ username() }}
} @else {
{{ username() }}
}
in the realm
@if (authService.role() === "admin") {
{{ userRealm() }}
} @else {
{{ userRealm() }}
}
was assigned to the token.
} @else if (userRealm() && onlyAddToRealm()) {
The token was assigned to the realm
@if (authService.role() === "admin") {
{{ userRealm() }}
} @else {
{{ userRealm() }}
}
.
}
} @else {