|
|
@ -63,10 +63,10 @@ function resetError() { |
|
|
|
ref="formValidator" |
|
|
|
ref="formValidator" |
|
|
|
layout="vertical" |
|
|
|
layout="vertical" |
|
|
|
:model="form" |
|
|
|
:model="form" |
|
|
|
class="bg-primary/5 forgot-password h-full min-h-[600px] flex justify-center items-center" |
|
|
|
class="bg-primary/5 forgot-password h-full flex justify-center items-center nc-form-signin" |
|
|
|
@finish="resetPassword" |
|
|
|
@finish="resetPassword" |
|
|
|
> |
|
|
|
> |
|
|
|
<div class="h-full w-full flex flex-col flex-wrap justify-center items-center"> |
|
|
|
<div class="h-full w-full flex flex-col items-center justify-center pt-[50px]"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
class="color-transition bg-white dark:(!bg-gray-900 !text-white) relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" |
|
|
|
class="color-transition bg-white dark:(!bg-gray-900 !text-white) relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" |
|
|
|
> |
|
|
|
> |
|
|
@ -96,7 +96,7 @@ function resetError() { |
|
|
|
<div v-if="error" class="self-center mb-4 bg-red-500 text-white rounded-lg w-3/4 mx-auto p-1"> |
|
|
|
<div v-if="error" class="self-center mb-4 bg-red-500 text-white rounded-lg w-3/4 mx-auto p-1"> |
|
|
|
<div class="flex items-center gap-2 justify-center"> |
|
|
|
<div class="flex items-center gap-2 justify-center"> |
|
|
|
<MaterialSymbolsWarning /> |
|
|
|
<MaterialSymbolsWarning /> |
|
|
|
<div style="flex: 0 0 auto" class="break-words">{{ error }}</div> |
|
|
|
<div class="break-words">{{ error }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</Transition> |
|
|
|
</Transition> |
|
|
|