Skip to content

Commit 10b875a

Browse files
committed
code clean up
1 parent a993476 commit 10b875a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

content/StsServerIdentity/Models/StsConfig.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
{
33
public class StsConfig
44
{
5-
public string StsServerIdentityUrl { get; set; }
6-
public string AngularClientUrl { get; set; }
7-
public string AngularClientIdTokenOnlyUrl { get; set; }
8-
public string AngularCodeClientUrl { get; set; }
5+
public string StsUrl { get; set; }
6+
public string ClientUrl { get; set; }
97
}
108
}

0 commit comments

Comments
 (0)