File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 4949{
5050 @if (WizardStage == " VerifyAdministrator" )
5151 {
52- <LoginControl />
52+ <p >You must be an administrator to upgrade the system .</p >
53+ <button class =" btn btn-secondary" @onclick =" LogIn" >Click Here To Login </button >
5354 }
5455
5556 @if (WizardStage == " RunScripts" )
154155 NavigationManager .NavigateTo (url , true );
155156 }
156157
158+ private void LogIn ()
159+ {
160+ NavigationManager .NavigateTo (" Authentication/logincontrol" , forceLoad : true );
161+ }
157162 // Utility
158163
159164 public async Task <bool > IsAdminAsync ()
Original file line number Diff line number Diff line change 11{
22 "ConnectionStrings" : {
3- "DefaultConnection" : " data source=localhost;initial catalog=AdefHelpDeskInstall ;integrated security=True;TrustServerCertificate=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
3+ "DefaultConnection" : " data source=localhost;initial catalog=AdefHelpDesk ;integrated security=True;TrustServerCertificate=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
44 },
55 "AppBasePath" : " " ,
66 "Logging" : {
You can’t perform that action at this time.
0 commit comments