-
Notifications
You must be signed in to change notification settings - Fork 0
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
Account not verified page #26
base: main
Are you sure you want to change the base?
Conversation
Volunteer Shift Check-In Function
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.
Page looks great. The authentication flow has been implemented, so let's redirect unverified users directly to this page. Also merge in most recent changes from main.
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.
/* index.css */ | ||
|
||
/* Import Fonts */ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap'); |
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.
fonts should be defined in styles.css and used like variables here
backend/src/models/post_request.html
Outdated
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.
not sure why we have an html file in the backend, endpoints used by the frontend should be in the frontend/src/api directory
Simple page for 'Account not verified'