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 /Properties/launchSettings.json | |
| parent | e6e43b943143d55581ef442b61ed6cbdbb40c642 (diff) | |
Finished initial implementation of login page
Diffstat (limited to 'Properties/launchSettings.json')
| -rw-r--r-- | Properties/launchSettings.json | 1 |
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" }, |
