This commit is contained in:
Paul Schneider 2026-05-30 19:34:22 +01:00
commit e24208e77b
32 changed files with 96 additions and 94 deletions

View file

@ -3,7 +3,7 @@ using Yavsc.Models.Auth;
namespace Yavsc
{
public static class Constants
public static class YavscConstants
{
public static readonly Scope[] SiteScopes = {
new Scope { Id = "profile", Description = "Your profile informations" },