Skip to content

Commit d62096f

Browse files
author
Piotr Gulbinowicz
committed
loginSeconds := 600
1 parent 1fe49ff commit d62096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/flush/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (b *buttonLogin) Render() app.UI {
233233
YellowButtonCss + " hover:bg-yellow-700").ID("login-button")
234234
}
235235
func (b *buttonLogin) onClick(ctx app.Context, e app.Event) {
236-
loginSeconds := 60
236+
loginSeconds := 600
237237
log.Println("Trying to log in...")
238238
ShowLoading("login-loading")
239239
if app.Window().GetElementByID("remember-me").Get("checked").Bool() {

0 commit comments

Comments
 (0)