chore: update identity provider id

This commit is contained in:
Steven
2024-08-12 23:41:56 +08:00
parent 80304070e7
commit ea7ea0ac24
15 changed files with 277 additions and 270 deletions

View File

@ -45,8 +45,8 @@ message SignUpRequest {
}
message SignInWithSSORequest {
// The name of the SSO provider.
string idp_name = 1;
// The id of the SSO provider.
string idp_id = 1;
// The code to sign in with.
string code = 2;
// The redirect URI.