@if (isAuthorizeMode()) { {{ 'auth.authorize.title' | translate: { serverName: authorizeServerName() } }} } @else { {{ 'auth.login.title' | translate }} }

@if (isAuthorizeMode()) {

{{ 'auth.authorize.description' | translate }}

}
@if (error()) {

{{ error() }}

}
{{ 'auth.login.noAccount' | translate }}