Skip to content

Commit 3057860

Browse files
committed
LnurlAuthCancel and LnurlAuthContinue
1 parent 85b0543 commit 3057860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bitkit/Views/Sheets/LnurlAuth/LnurlAuthSheet.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ struct LnurlAuthSheet: View {
8585
) {
8686
onCancel()
8787
}
88-
.accessibilityIdentifier("cancel_button")
88+
.accessibilityIdentifier("LnurlAuthCancel")
8989

9090
CustomButton(title: actionText) {
9191
Task {
9292
await onContinue()
9393
}
9494
}
95-
.accessibilityIdentifier("continue_button")
95+
.accessibilityIdentifier("LnurlAuthContinue")
9696
}
9797
.padding(.top, 32)
9898
}

0 commit comments

Comments
 (0)