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 c8fdcfb

Browse files
add qp flow=login on reload after verify
1 parent 5028183 commit c8fdcfb

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
@@ -176,7 +176,7 @@
176176
})
177177
178178
if(response.ok) {
179-
window.location.reload()
179+
window.location=window.location.origin+'?flow=login'
180180
} else {
181181
const { message, Details } = await response.json()
182182
if(message || Details) {

0 commit comments

Comments
(0)

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