Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -11,6 +11,7 @@ Mevcut şifrenizi girerek yeni şifre belirleyin
|
||||
|
||||
<q-separator />
|
||||
|
||||
<q-form @submit.prevent="submit">
|
||||
<q-card-section>
|
||||
<q-input
|
||||
v-model="current"
|
||||
@@ -46,13 +47,14 @@ class="bg-red-1 text-red q-mt-md"
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
v-if="canUpdateSystem"
|
||||
type="submit"
|
||||
label="GÜNCELLE"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
:disable="!canSubmit"
|
||||
@click="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
|
||||
</q-page>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-form @submit.prevent="submit">
|
||||
<q-card-section class="q-gutter-md">
|
||||
<q-input
|
||||
v-model="currentPassword"
|
||||
@@ -44,12 +45,13 @@
|
||||
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
type="submit"
|
||||
label="Kaydet"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
@click="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<div class="login-title q-mt-sm">Kullanıcı Girişi</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-form @submit.prevent="login">
|
||||
<!-- FORM -->
|
||||
<q-card-section>
|
||||
<q-input
|
||||
@@ -60,6 +61,7 @@
|
||||
<!-- ACTION -->
|
||||
<q-card-actions align="center">
|
||||
<q-btn
|
||||
type="submit"
|
||||
label="Giriş Yap"
|
||||
color="primary"
|
||||
glossy
|
||||
@@ -67,9 +69,9 @@
|
||||
icon="login"
|
||||
class="full-width"
|
||||
:loading="loading"
|
||||
@click="login"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
|
||||
<!-- 🔐 FORGOT PASSWORD -->
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
<q-separator />
|
||||
|
||||
<q-form @submit.prevent="submit">
|
||||
<q-card-section class="q-gutter-sm">
|
||||
<q-input
|
||||
v-model="current"
|
||||
@@ -44,13 +45,14 @@
|
||||
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
type="submit"
|
||||
label="GÜNCELLE"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
:disable="!canSubmit"
|
||||
@click="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
|
||||
</q-card>
|
||||
</q-page>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
<q-separator />
|
||||
|
||||
<q-form @submit.prevent="submit">
|
||||
<q-card-section>
|
||||
<!-- NEW PASSWORD -->
|
||||
<q-input
|
||||
@@ -84,13 +85,14 @@
|
||||
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
type="submit"
|
||||
label="PAROLAYI GÜNCELLE"
|
||||
color="primary"
|
||||
:loading="loading"
|
||||
:disable="!canSubmit"
|
||||
@click="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
|
||||
<!-- ❌ TOKEN INVALID -->
|
||||
|
||||
@@ -3335,6 +3335,11 @@ export function normalizeBedenLabel(v) {
|
||||
return s
|
||||
}
|
||||
|
||||
// Backward-compatible alias kept for older call sites/bundles.
|
||||
export function normalizeBeden(v) {
|
||||
return normalizeBedenLabel(v)
|
||||
}
|
||||
|
||||
/* ===========================================================
|
||||
Size Group Detection
|
||||
- Core logic aligned with backend detectBedenGroupGo
|
||||
|
||||
Reference in New Issue
Block a user