We prompt user to sign SIWEMessage with their wallet when "Sign in" is clicked. Once the message is signed, the user will be logged into the web app.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/account/siwe.react.js | ||
---|---|---|
108 | The async should not be there... you're returning a Promise<Promise<something>> now If you ever have an async function without an await keyword inside, that's generally (not always) a red flag |