v14: login app (#14318)
* ignore output files * add new umb-login element * allow to build and clean 'login' assets * remove unused AuthUrl since this is now coded into the frontend code for each context * ensure the ReturnUrl has a fallback to the default installation directory, since if you accidentally hit the login page and login, nothing happens if there is no return url * switch to DependsOnTargets to account for if this is the only target being run (we need node_modules installed) * add UmbracoUrl property * add taghelper to use asp-append-version on login static assets
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -73,6 +73,7 @@ preserve.belle
|
||||
/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/js
|
||||
/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/lib
|
||||
/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/views
|
||||
/src/Umbraco.Cms.StaticAssets/wwwroot/umbraco/login
|
||||
|
||||
# Environment specific data
|
||||
/src/Umbraco.Web.UI.Client/[Bb]uild/
|
||||
|
||||
Reference in New Issue
Block a user