{{ 'PROFILE.TITLE' | translate }}

@if (canRename) {
{{ 'PROFILE.ADMIN_RENAME_TIP' | translate }}
}
@if (!getValidationState('account_settings_email')) { {{ emailTooltip | translate }} }
@if (!getValidationState('account_settings_full_name')) { {{ 'TOOLTIP.FULL_NAME' | translate }} } @if ( commentInput.invalid && (commentInput.dirty || commentInput.touched) ) { {{ 'TOOLTIP.COMMENT' | translate }} } @if (account.oidc_user_meta) {
@if (showGenerateCli) { } @if (showGenerateCli) { }
@if (!showGenerateCli) {
ยทยทยท
}
}

{{ 'PROFILE.ADMIN_CLI_SECRET_RESET_BUTTON' | translate }}

@if (!showInputSecret) { } @if (showInputSecret) { }
@if ( (inputSecret.dirty || inputSecret.touched) && inputSecret.invalid ) { {{ 'TOOLTIP.NEW_SECRET' | translate }} }
@if (!showConfirmSecret) { } @if (showConfirmSecret) { }