Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
9c35e6d7
Commit
9c35e6d7
authored
Oct 16, 2017
by
Sietse Ringers
Browse files
1159601b
but better
parent
bc56c0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
keyshare.go
View file @
9c35e6d7
...
...
@@ -206,6 +206,7 @@ func (ks *keyshareSession) VerifyPin(attempts int) {
ks
.
pinRequestor
.
RequestPin
(
attempts
,
PinHandler
(
func
(
proceed
bool
,
pin
string
)
{
if
!
proceed
{
ks
.
sessionHandler
.
KeyshareCancelled
()
return
}
success
,
attemptsRemaining
,
blocked
,
err
:=
ks
.
verifyPinAttempt
(
pin
)
if
err
!=
nil
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment