This is the new version of the client code. The iznik-nuxt repository is now historical (for www.ilovefreegle.org) but still used for moderator tools.
GNU General Public License v2.0
7
stars
4
forks
source link
Can't log in using Safari on iPhone 12 #57
Closed
edwh closed 1 year ago
The use was also outside the
try...catch
which meant it blocked signin. I've moved it inside thetry
on production so that people can log in - see https://github.com/Freegle/iznik-nuxt3/commit/a0100b7ce6930f85926023a01071c6f6bfd7c0be.Please see if
AbortController
works any better - test on Browserstack's real device to make sure it works.