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
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
The following snippet appends to auth_ids directly instead of using User.add_auth_id. Doing so prevents the creation of a new Unique instance to account for the additional auth_id.
The following snippet appends to auth_ids directly instead of using User.add_auth_id. Doing so prevents the creation of a new Unique instance to account for the additional auth_id.
Here's another way:
Note: add_auth_id makes a put() call.
The text was updated successfully, but these errors were encountered: