Add delay period to passwordless login
This commit is contained in:
parent
6d0424eb82
commit
1eb6a6fea5
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ func LoginWithDevice(ctx context.Context, email string, cfg *config.Config, vaul
|
|||
}
|
||||
return loginResponseToken, crypto.MasterKeyFromBytes(masterKey), string(masterPasswordHash), nil
|
||||
}
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue