Skip to content

Commit

Permalink
chore(shorebird_cli): update Azure client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Mar 22, 2024
1 parent fddd5ec commit 948721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shorebird_cli/lib/src/auth/auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ extension OauthValues on AuthProvider {
case AuthProvider.microsoft:
return oauth2.ClientId(
/// Shorebird CLI's OAuth 2.0 identifier for Azure/Entra.
'0ff83897-ec85-4642-a250-48d5f595137c',
'4fc38981-4ec4-4bd9-a755-e6ad9a413054',
);
}
}
Expand Down

0 comments on commit 948721f

Please sign in to comment.