Skip to content

Commit 7b38646

Browse files
committed
undo debug tweak
1 parent 1453dde commit 7b38646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubberduckvba.Server/Api/Auth/AuthController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public IActionResult Index()
4343
var model = new UserViewModel
4444
{
4545
Name = name,
46-
IsAuthenticated = true,
46+
IsAuthenticated = isAuthenticated,
4747
IsAdmin = role == configuration.Value.OwnerOrg
4848
};
4949

0 commit comments

Comments
 (0)