summaryrefslogtreecommitdiff
path: root/Properties
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 /Properties
parente6e43b943143d55581ef442b61ed6cbdbb40c642 (diff)
Finished initial implementation of login page
Diffstat (limited to 'Properties')
-rw-r--r--Properties/launchSettings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
index 9f4966c..b1659dc 100644
--- a/Properties/launchSettings.json
+++ b/Properties/launchSettings.json
@@ -13,6 +13,7 @@
"HyperBooru": {
"commandName": "Project",
"launchBrowser": true,
+ "launchUrl": "Login",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},