Skip to content

Commit 999e3d1

Browse files
committed
Move warning up to 5s
1 parent c968399 commit 999e3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-web/src/components/auth/common/Product.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export default defineComponent({
365365
state.showPaymentMethodNotSupported = true
366366
setTimeout(() => {
367367
state.showPaymentMethodNotSupported = false
368-
}, 4000)
368+
}, 5000)
369369
return
370370
}
371371

0 commit comments

Comments
 (0)