Details
Details
- Reviewers
tomek inka - Commits
- rCOMM84670804db33: [lib][native][web] Introduce useWalletLogIn hook
This whole stack was tested with the following steps:
- On native, attempting to log in with an ETH account that hasn’t been registered yet
- On native, attemping to register with an ETH account that has already been registered
- On native, log in with an ETH account that has already been registered
- On native, register with an ETH account that hasn’t already been registered
- On native, register with a password account
- On native, log in with a password account
- On web, attempting to log in with an ETH account that hasn’t been registered yet
- On web, log in with an ETH account that has already been registered
- On web, log in with a password account
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/account/siwe-login-form.react.js | ||
---|---|---|
81 | If we removed identity from useWalletLogIn name, should we also remove it from identityWalletLogIn and attemptIdentityWalletLogIn? |
Comment Actions
Use the name walletLogIn for the result of useWalletLogIn(), and rename attemptIdentityWalletLogIn to attemptWalletLogIn