You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should simply deactivate the account by setting the state variable accordingly 2 (profile created but account turned off temporarily by user) or to unpause, back to 1 (profile created, account active). Should also modify the other endpoints to make sure that they are checking the state of the account before executing their functions. For example, you shouldn't be able to hit the swipe endpoint if your account is deleted or turned off.
The text was updated successfully, but these errors were encountered:
This should simply deactivate the account by setting the state variable accordingly 2 (profile created but account turned off temporarily by user) or to unpause, back to 1 (profile created, account active). Should also modify the other endpoints to make sure that they are checking the state of the account before executing their functions. For example, you shouldn't be able to hit the swipe endpoint if your account is deleted or turned off.
The text was updated successfully, but these errors were encountered: