Happy flow for creating realms works
But needs more validating...
This commit is contained in:
parent
f99c97f392
commit
92b34bd0b5
25 changed files with 437 additions and 12 deletions
3
IdentityShroud.Core/DTO/Realm/RealmCreateRequest.cs
Normal file
3
IdentityShroud.Core/DTO/Realm/RealmCreateRequest.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
namespace IdentityShroud.Core.Messages.Realm;
|
||||
|
||||
public record RealmCreateRequest(Guid? Id, string Slug, string Description);
|
||||
Loading…
Add table
Add a link
Reference in a new issue