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

@ -5,7 +5,8 @@ package slash.store;
option go_package = "gen/store";
message IdentityProvider {
string name = 1;
// The unique identifier of the identity provider.
string id = 1;
string title = 2;
enum Type {