diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-14 12:00:20 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-14 12:00:20 +1000 |
| commit | 3a23cbe192040f55c54cb3bb572d531e6a07a2dd (patch) | |
| tree | 385a035257ca70b2689f442d6ea1d158cc8a7161 /Services/GlobalUserService.cs | |
| parent | e6e43b943143d55581ef442b61ed6cbdbb40c642 (diff) | |
Finished initial implementation of login page
Diffstat (limited to 'Services/GlobalUserService.cs')
| -rw-r--r-- | Services/GlobalUserService.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Services/GlobalUserService.cs b/Services/GlobalUserService.cs deleted file mode 100644 index adafce2..0000000 --- a/Services/GlobalUserService.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HyperBooru.Services; - -public interface IGlobalUserService { -} - -public class GlobalUserService : IGlobalUserService { -} |
