Henry La
Results
2
issues of
Henry La
Hi there, I'm using DRF and email login with this package, when I try to change a user's email in shell like so: ``` user = User.objects.get(email="[email protected]") user.email = "[email protected]"...
Hi there, I get and check the Fitbit creds like so: ``` /// get credentials, if not exist, get new ones Future getFitbitCreds({required int userId, required int programId}) async {...