File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Examples/TicTacToe/Sources/Views-SwiftUI Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ public struct LoginView: View {
3737 VStack ( spacing: 16 ) {
3838 Text (
3939 """
40- To login use any email and " password " for the password. If your email contains the \
41- characters " 2fa " you will be taken to a two-factor flow, and on that screen you can \
42- use " 1234 " for the code.
43- """
40+ To login use any email and " password " for the password. If your email contains the \
41+ characters " 2fa " you will be taken to a two-factor flow, and on that screen you can \
42+ use " 1234 " for the code.
43+ """
4444 )
4545
4646 VStack ( alignment: . leading) {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public struct NewGameView: View {
4242 . textContentType ( . name)
4343 . textFieldStyle ( RoundedBorderTextFieldStyle ( ) )
4444 }
45-
45+
4646 VStack ( alignment: . leading) {
4747 Text ( " O Player Name " )
4848 TextField (
You can’t perform that action at this time.
0 commit comments