Skip to content

Commit

Permalink
Include uid in request to update exiting account
Browse files Browse the repository at this point in the history
PR with fix in upstream: invertase#25
  • Loading branch information
blaugold committed Mar 19, 2024
1 parent 038cd10 commit bcb3846
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ abstract class _AbstractAuthRequestHandler {
final mfa = properties.multiFactor?.toMfaInfo();

final request = auth1.GoogleCloudIdentitytoolkitV1SetAccountInfoRequest(
localId: uid,
deleteAttribute: deleteAttribute.isEmpty ? null : deleteAttribute,
deleteProvider: deleteProvider,
disableUser: properties.disabled,
Expand Down

0 comments on commit bcb3846

Please sign in to comment.