You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if you've experienced this, but when using Conduit I get an error with the current login flow. The below diff is current with the latest protocol identifier types seen here.
This also could allow for users to potentially login with a 3pid using m.id.thirdparty in place of m.id.user, but that would of course require more logic.
The text was updated successfully, but these errors were encountered:
Thanks, I didn't know they had changed that in the spec. I'd guess that you might want to report that to Conduit as well, because they might be excluding some older clients by requiring this. Anyway, I'll apply this change soon. :)
I'm not sure if you've experienced this, but when using Conduit I get an error with the current login flow. The below diff is current with the latest protocol identifier types seen here.
This also could allow for users to potentially login with a 3pid using
m.id.thirdparty
in place ofm.id.user
, but that would of course require more logic.The text was updated successfully, but these errors were encountered: