-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial 4.1: Update lib/auth code & remove warning about non-existent TS error (fixed via #5856, shipped in v2.1) #6158
Conversation
☁️ Nx Cloud ReportWe didn't find any information for the current pull request with the commit aeb18a2. Check the Nx Cloud Github Integration documentation for more information. Sent with 💌 from NxCloud. |
✅ Deploy Preview for redwoodjs-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
e6bd0c3
to
fc2ddd3
Compare
fc2ddd3
to
896cdc3
Compare
265e4c3
to
08fac71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the entire :::info
block
08fac71
to
2e35076
Compare
This was fixed via redwoodjs#5856 and shipped as part of Redwood 2.1
This should not be cause for panic, it's merely information :)
2e35076
to
aeb18a2
Compare
Looks like this hasn't been updated a while :)
Actually, on second look that code is even dysfunctional b/c
hasRole(roles)
call inrequiredAuth
would have failed.Also took the liberty of degrading
:::caution
to:::info
, as there really is no need to be "alarmed" about anything, we're merely providing some context.