Skip to content

Commit

Permalink
remove NThemeEditor / otp cooldown time
Browse files Browse the repository at this point in the history
  • Loading branch information
Proladon committed Nov 26, 2023
1 parent 13bda78 commit 3605c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Provider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<NNotificationProvider>
<NDialogProvider>
<NMessageProvider>
<NThemeEditor>
<slot />
</NThemeEditor>
<!-- <NThemeEditor> -->
<slot />
<!-- </NThemeEditor> -->
</NMessageProvider>
</NDialogProvider>
</NNotificationProvider>
Expand Down
2 changes: 1 addition & 1 deletion src/views/RegisterProfile/components/OTPVerify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
>
<n-countdown
v-if="cooldown"
:duration="5000"
:duration="30000"
:on-finish="onCooldownFinish"
/>
<p v-show="!cooldown">發送 OTP 驗證碼</p>
Expand Down

0 comments on commit 3605c58

Please sign in to comment.