Skip to content

Commit

Permalink
set default session to 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
apinet committed Feb 2, 2024
1 parent 31b635f commit bce5a6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/views/view-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ export class ViewLogin extends LitElement {
<np-passkey-conditional
@input=${this.onEmailChange}
@np:error=${this.onError}
lifetime="604800"
lifetime="3600"
></np-passkey-conditional>
<np-email-auth
email=${this.email}
@np:error=${this.onError}
lifetime="604800"
></np-email-auth>
<np-email-auth email=${this.email} @np:error=${this.onError} lifetime="3600"></np-email-auth>
<p class="disclaimer">
By logging in, you are agreeing to our
Expand Down

0 comments on commit bce5a6c

Please sign in to comment.