zechfc / Corner

1 stars 0 forks source link

isAdmin method in Application logically does nothing #76

Open isaacmayernik opened 3 months ago

isaacmayernik commented 3 months ago

Method within Application should check through the user's id (should be an advisor ID provided) and check their admin variable. It currently just makes sure the user is not null and wants a true/false, and then returns that true/false.