Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7b1f990

Browse files
fix: verifyingOtp loader
1 parent 9352a7a commit 7b1f990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/cbLoginSignup/Component.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{:else}
4949
{#if otpId}
5050
<input type="number" placeholder="Enter OTP" class="w-100 mb-4" bind:value={otp}/>
51-
<button type="button" class="btn btn-primary w-100 {verifyOtp ? 'dot-loader' : ''}" disabled={!!!otp} on:click={verifyOtp}>
51+
<button type="button" class="btn btn-primary w-100 {verifyingOtp ? 'dot-loader' : ''}" disabled={!!!otp} on:click={verifyOtp}>
5252
{#if verifyingOtp}
5353
Verifying OTP
5454
{:else}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /