remove various ng-
This commit is contained in:
@@ -192,7 +192,7 @@ onMounted(async () => {
|
||||
<form novalidate @submit.prevent="onSubmit()" autocomplete="off">
|
||||
<input style="display: none" type="submit" :disabled="!isValid"/>
|
||||
|
||||
<p class="error-label" ng-show="submitError">{{ submitError }}</p>
|
||||
<div class="error-label" v-if="submitError">{{ submitError }}</div>
|
||||
|
||||
<FormGroup>
|
||||
<label for="clientNameInput">{{ $t('oidc.client.name') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user