Username from Auth.getCurrentUser has inconsistent casing on iOS and Android #723
Labels
auth
Issues related to the Auth Category
bug
Something is not working; the issue has reproducible steps and has been reproduced
fixed-in-release-candidate
Issues that have been addressed in the current release-candidate branch
iOS
Issues specific to the iOS Platform
platform-discrepancy
Issues that result in inconsistent behavior between support platforms
requires-ios-fix
This issue is the result of an underlying Amplify iOS issue that needs to be fixed.
Describe the bug
When accessing the username via Auth.getCurrentUser(), the casing is not consistent on iOS and Android. On Android, the value returned matches the casing used during sign up. on iOS, username is lowercase.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The username returned on iOS and Android should be consistent on iOS and Android, including casing.
The text was updated successfully, but these errors were encountered: