@if (isOidcLoginMode && steps === 2) {
{{ 'SEARCH.BACK' | translate }}
}
@if (isOidcLoginMode && steps === 1) {

{{ 'SIGN_IN.OR' | translate }}


} @if ( (!isOidcLoginMode && steps === 1) || (isOidcLoginMode && steps === 2) ) {
@if ( userNameInput.invalid && (userNameInput.dirty || userNameInput.touched) ) { {{ 'TOOLTIP.SIGN_IN_USERNAME' | translate }} }
@if (!showPwd) { } @if (showPwd) { }
@if ( passwordInput.invalid && (passwordInput.dirty || passwordInput.touched) ) { {{ 'TOOLTIP.SIGN_IN_PWD' | translate }} }
@if (isError) {
@if (isCoreServiceAvailable) { {{ 'SIGN_IN.INVALID_MSG' | translate }} } @if (!isCoreServiceAvailable) { {{ 'SIGN_IN.CORE_SERVICE_NOT_AVAILABLE' | translate }} }
} @if (selfSignUp) { {{ 'BUTTON.SIGN_UP_LINK' | translate }} } }
{{ 'BUTTON.MORE_INFO' | translate }}