Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -8,48 +8,50 @@
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section class="q-gutter-md">
|
||||
<q-input
|
||||
v-model="currentPassword"
|
||||
type="password"
|
||||
label="Mevcut Şifre"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
<q-form @submit.prevent="submit">
|
||||
<q-card-section class="q-gutter-md">
|
||||
<q-input
|
||||
v-model="currentPassword"
|
||||
type="password"
|
||||
label="Mevcut Şifre"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
|
||||
<q-input
|
||||
v-model="newPassword"
|
||||
type="password"
|
||||
label="Yeni Şifre"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
<q-input
|
||||
v-model="newPassword"
|
||||
type="password"
|
||||
label="Yeni Şifre"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
|
||||
<q-input
|
||||
v-model="newPassword2"
|
||||
type="password"
|
||||
label="Yeni Şifre (Tekrar)"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
<q-input
|
||||
v-model="newPassword2"
|
||||
type="password"
|
||||
label="Yeni Şifre (Tekrar)"
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
|
||||
<q-banner
|
||||
v-if="error"
|
||||
class="bg-red-1 text-red q-mt-sm"
|
||||
rounded
|
||||
>
|
||||
{{ error }}
|
||||
</q-banner>
|
||||
</q-card-section>
|
||||
<q-banner
|
||||
v-if="error"
|
||||
class="bg-red-1 text-red q-mt-sm"
|
||||
rounded
|
||||
>
|
||||
{{ error }}
|
||||
</q-banner>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
label="Kaydet"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
@click="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
type="submit"
|
||||
label="Kaydet"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user