Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcatindig committed Oct 30, 2022
1 parent e8c8b4f commit 723a2c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ fun TwoFactorContent(
.background(MaterialTheme.colors.surface)
.verticalScroll(rememberScrollState()))
{
BackToLoginScreen(Modifier.align(Alignment.Start), onBackClick = onBackClick)
TopMessage2fa()
TwoFactorForm(
verificationCode = verificationCode,
Expand Down

0 comments on commit 723a2c1

Please sign in to comment.