Skip to content

Commit ddb13dd

Browse files
authored
Merge pull request #73 from masastack/feat/add_idp_alipay
Feat/add idp alipay
2 parents 5e3ca18 + 51965c4 commit ddb13dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BuildingBlocks/Auth/Masa.BuildingBlocks.StackSdks.Auth.Contracts/Enum/ThirdPartyIdpTypes.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ public enum ThirdPartyIdpTypes
99
WeChat = 2,
1010
GitHub = 3,
1111
Ldap = 4,
12-
Apple = 5
12+
Apple = 5,
13+
Alipay = 6
1314
}

0 commit comments

Comments
 (0)