mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-30 13:02:49 +03:00
Add remove wallet authentication reason
This commit is contained in:
parent
eeeea794b4
commit
5f36d137c5
@ -3,7 +3,7 @@
|
||||
enum AuthenticationReason {
|
||||
case start
|
||||
case sendTransaction
|
||||
case removeAccount
|
||||
case removeWallet
|
||||
case showPrivateKey
|
||||
case showSecretWords
|
||||
case signMessage
|
||||
@ -17,8 +17,8 @@ enum AuthenticationReason {
|
||||
return Strings.start
|
||||
case .sendTransaction:
|
||||
return Strings.sendTransaction
|
||||
case .removeAccount:
|
||||
return Strings.removeAccount
|
||||
case .removeWallet:
|
||||
return Strings.removeWallet
|
||||
case .showPrivateKey:
|
||||
return Strings.showPrivateKey
|
||||
case .showSecretWords:
|
||||
|
Loading…
Reference in New Issue
Block a user