From 3a23cbe192040f55c54cb3bb572d531e6a07a2dd Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 14 Sep 2023 12:00:20 +1000 Subject: Finished initial implementation of login page --- Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) (limited to 'Properties/launchSettings.json') 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" }, -- cgit v1.3