Skip to content

Commit 84b45d8

Browse files
committed
chore: remove unused arg
1 parent 1b7b5f1 commit 84b45d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/lock/Pam.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Scope {
236236
if (res === PamResult.Success)
237237
return root.lock.unlock();
238238

239-
root.clearTransientState(ctx);
239+
root.clearTransientState();
240240

241241
if (res === PamResult.Error) {
242242
ctx.state = Pam.Error;

0 commit comments

Comments
 (0)