diff --git a/Spyglass/Pages/Login.razor b/Spyglass/Pages/Login.razor index d42f359..e1ad5fa 100644 --- a/Spyglass/Pages/Login.razor +++ b/Spyglass/Pages/Login.razor @@ -44,7 +44,7 @@ if (response.response.IsSuccessStatusCode) { - if (AuthenticationService.user.username == "46009361" || AuthenticationService.user.username == "Scunthorpe" || AuthenticationService.user.username == "mouse-pointer") + if (AuthenticationService.user.username == "46009361" || AuthenticationService.user.username == "Scunthorpe" || AuthenticationService.user.username == "mouse-pointer" || AuthenticationService.user.username == "49006391") { AuthenticationService.Logout(); await JSRuntime.InvokeVoidAsync("alert", "go away");