Commit Graph

2 Commits

Author SHA1 Message Date
Aaron William Po
f5abc518a4 Update register user form disable itself when loading
Fix error where a user could click submit multiple times while the form is submitting.
2023-04-11 20:24:40 -04:00
Aaron William Po
7126c74d5d Add edit beer post, 500 page, and redirectIfLoggedIn getServerSideProps.
Implement edit beer post functionality.

Register, edit and create beer post forms are now using the same layout found in components/ui/forms/BeerPostFormPageLayout. All forms are now extracted into their own components and are now found in components.

Added redirectIfLoggedIn getServerSidesProp fn for login and register pages.
2023-02-27 18:19:58 -05:00