-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add conditional pages (404, loading, error, maintenance, rate limiting) #45
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
base: main
Are you sure you want to change the base?
Conversation
ryanpolasky
left a comment
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.
Just a couple changes to take a look at here. If you can get these few things adjusted we can get this merged asap :) Great work as always!
|
Changes that were suggested were made! |
|
@ch1kim0n1 I noticed we now have auth error mapping both in |
Added conditional pages for:
All of the pages follow MeteorMate's web design.
Also added rate limiting on registration & login in order to prevent system overloads by repeatedly inputting wrong information. (assuming its done on purpose after 10th time)