standardnotes / iOS-classic

iOS client - (Deprecated) - New version: https://github.com/standardnotes/mobile
167 stars 21 forks source link

email shouldn't be case sensitive #39

Closed JulianKingman closed 7 years ago

JulianKingman commented 7 years ago

The email username is case sensitive. I used lowercase, and iOS automatically uppercases the first part of my email address, leading to a 401 error.

Thanks for an awesome platform, I'm really impressed by what you guys have done :)

moughxyz commented 7 years ago

Thanks, this has been fixed through 35b49118dc87f11073577cdd9647f85cab71379f (set keyboard type as email)