diff --git a/DysonNetwork.Sphere/Developer/CustomApp.cs b/DysonNetwork.Sphere/Developer/CustomApp.cs index 6c5472c..d1aaaeb 100644 --- a/DysonNetwork.Sphere/Developer/CustomApp.cs +++ b/DysonNetwork.Sphere/Developer/CustomApp.cs @@ -38,14 +38,14 @@ public class CustomApp : ModelBase, IIdentifiedResource [NotMapped] public string ResourceIdentifier => "custom-app/" + Id; } -public class CustomAppLinks : ModelBase +public class CustomAppLinks { [MaxLength(8192)] public string? HomePage { get; set; } [MaxLength(8192)] public string? PrivacyPolicy { get; set; } [MaxLength(8192)] public string? TermsOfService { get; set; } } -public class CustomAppOauthConfig : ModelBase +public class CustomAppOauthConfig { [MaxLength(1024)] public string? ClientUri { get; set; } [MaxLength(4096)] public string[] RedirectUris { get; set; } = []; diff --git a/DysonNetwork.Sphere/Pages/Account/Profile.cshtml b/DysonNetwork.Sphere/Pages/Account/Profile.cshtml index 0f93334..86e6d6a 100644 --- a/DysonNetwork.Sphere/Pages/Account/Profile.cshtml +++ b/DysonNetwork.Sphere/Pages/Account/Profile.cshtml @@ -15,7 +15,7 @@ -
- wants to access your account with the following permissions: + When you authorize this application, you consent to the following permissions:
-