We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cf81e commit ed250ebCopy full SHA for ed250eb
src/FoxIDs/Controllers/LoginController.cs
@@ -90,7 +90,7 @@ public async Task<IActionResult> Login(bool passwordAuth = false, bool passwordL
90
{
91
return await StartAuthenticationInternalLoginHintAsync(sequenceData);
92
}
93
- else
+ else
94
95
sequenceData.DoLoginIdentifierStep = true;
96
await sequenceLogic.SaveSequenceDataAsync(sequenceData);
0 commit comments