Skip to content

Commit

Permalink
feat: Update statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyniss committed Nov 8, 2023
1 parent a72657b commit 0d12cf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ internal class RegisterIdentityUseCase(

companion object {
private const val LIMITED_STATEMENT =
"I further authorize this app to send and receive messages on my behalf for THIS domain using my WalletConnect account. Read more at https://walletconnect.com/account"
"I further authorize this app to send me notifications. Read more at https://walletconnect.com/notifications"
private const val UNLIMITED_STATEMENT =
"I further authorize this app to send and receive messages on my behalf for ALL domains using my WalletConnect account. Read more at https://walletconnect.com/account"
"I further authorize this app to view and manage my notifications for ALL apps. Read more at https://walletconnect.com/notifications"
}
}

0 comments on commit 0d12cf8

Please sign in to comment.