Skip to content

Commit

Permalink
default autolockSecs=0 (to remove error)
Browse files Browse the repository at this point in the history
  • Loading branch information
wentokay committed May 13, 2022
1 parent b48f57a commit a53686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/background/handlers/server-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function handleKeyringResetMnemonic(password: string): RpcResponse<string> {
}

async function handleKeyringAutolockUpdate(
autolockSecs: number
autolockSecs = 0
): Promise<RpcResponse<string>> {
const resp = await BACKEND.keyringAutolockUpdate(autolockSecs);
return [resp];
Expand Down

0 comments on commit a53686c

Please sign in to comment.