Skip to content

Commit ed250eb

Browse files
committed
clean space
1 parent 40cf81e commit ed250eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FoxIDs/Controllers/LoginController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public async Task<IActionResult> Login(bool passwordAuth = false, bool passwordL
9090
{
9191
return await StartAuthenticationInternalLoginHintAsync(sequenceData);
9292
}
93-
else
93+
else
9494
{
9595
sequenceData.DoLoginIdentifierStep = true;
9696
await sequenceLogic.SaveSequenceDataAsync(sequenceData);

0 commit comments

Comments
 (0)