hide back button on Success view

This commit is contained in:
Francisco Gindre 2021-12-23 17:18:34 -03:00
parent 0dbb4dfcf7
commit a7fab173c0
1 changed files with 1 additions and 1 deletions

View File

@ -57,8 +57,8 @@ struct ValidationFailed: View {
.frame(width: proxy.size.width)
}
.padding()
.applyErredScreenBackground()
.navigationBarBackButtonHidden(true)
}
}
}