STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Input current userID as ownerID on club creation #71

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

Previously, in the CreateClub component, the ownerID was an inputted form field. This PR changes this so the ownerID is filled with the current userID of the user who is logged in. This way, the user who creates the club is the owner by default.