We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe49ff commit d62096fCopy full SHA for d62096f
pwa/flush/components.go
@@ -233,7 +233,7 @@ func (b *buttonLogin) Render() app.UI {
233
YellowButtonCss + " hover:bg-yellow-700").ID("login-button")
234
}
235
func (b *buttonLogin) onClick(ctx app.Context, e app.Event) {
236
- loginSeconds := 60
+ loginSeconds := 600
237
log.Println("Trying to log in...")
238
ShowLoading("login-loading")
239
if app.Window().GetElementByID("remember-me").Get("checked").Bool() {
0 commit comments