fix #3231 - validate module description

This commit is contained in:
sbwalker
2023-09-20 14:29:06 -04:00
parent e0ebf70907
commit a6ca843ced
5 changed files with 29 additions and 186 deletions

View File

@ -21,8 +21,6 @@ namespace Oqtane.Themes.Controls
[Inject] public IJSRuntime jsRuntime { get; set; }
[Inject] public IServiceProvider ServiceProvider { get; set; }
private bool _allowsitelogin = true;
protected void LoginUser()
{
Route route = new Route(PageState.Uri.AbsoluteUri, PageState.Alias.Path);