Skip to content

Commit c8fdcfb

Browse files
committed
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

+1-1
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)