Sign In

@if (error()) {
{{ error() }}
} @if (retryCountdown() > 0) {
Try again in {{ retryCountdown() }}s
} @if (view() === 'credentials') {
@if (!oidcExclusiveMode()) {
@if (plexLinked() || oidcEnabled()) {
or
} @if (plexLinked()) { } } @if (oidcEnabled()) { }
} @if (view() === '2fa') {
} @if (view() === 'recovery') {
}