Closed Alchez closed 2 years ago
For Frappe's versions 14 and lower, sending device=mobile during login allows users to avoid CORS issues when the server sets the session cookies.
device=mobile
This will require a different fix for v15+ after the changes made here.
Will push an update to npm tomorrow.
For Frappe's versions 14 and lower, sending
device=mobile
during login allows users to avoid CORS issues when the server sets the session cookies.This will require a different fix for v15+ after the changes made here.