-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force finished registration to access authenticated endpoints
- Loading branch information
1 parent
1428f6d
commit 855796a
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../Attributes/AllowedWhenBannedAttribute.cs → ...er/Attributes/AllowWhenBannedAttribute.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace SoundShapesServer.Attributes; | ||
|
||
public class AllowedWhenBannedAttribute: Attribute | ||
public class AllowWhenBannedAttribute: Attribute | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters