Skip to content

Commit 4c32e00

Browse files
authored
Merge pull request #22 from sameersyd/dev
Authenticate once screen appear
2 parents b0b6b41 + e1498ed commit 4c32e00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Expenso/Authenticate/AuthenticateView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ struct AuthenticateView: View {
4040
.accentColor(Color.text_primary_color)
4141
}.padding(.horizontal)
4242
Spacer()
43-
}.edgesIgnoringSafeArea(.all)
43+
}
44+
.edgesIgnoringSafeArea(.all)
45+
.onAppear(perform: { self.authenticate() })
4446
}
4547
.navigationBarHidden(true)
4648
}

0 commit comments

Comments
 (0)