summaryrefslogtreecommitdiff
path: root/Services/GlobalUserService.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-14 12:00:20 +1000
committerJake Mannens <jake@asger.xyz>2023-09-14 12:00:20 +1000
commit3a23cbe192040f55c54cb3bb572d531e6a07a2dd (patch)
tree385a035257ca70b2689f442d6ea1d158cc8a7161 /Services/GlobalUserService.cs
parente6e43b943143d55581ef442b61ed6cbdbb40c642 (diff)
Finished initial implementation of login page
Diffstat (limited to 'Services/GlobalUserService.cs')
-rw-r--r--Services/GlobalUserService.cs7
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 {
-}