Privacy policy shown
This commit is contained in:
@@ -91,6 +91,12 @@ struct ProfileView: View {
|
||||
}
|
||||
}
|
||||
|
||||
Section {
|
||||
Link(destination: URL(string: "https://labwise.wahwa.com/privacy")!) {
|
||||
Text("Privacy Policy")
|
||||
}
|
||||
}
|
||||
|
||||
Section {
|
||||
Button(role: .destructive) {
|
||||
Task { await viewModel.signOut() }
|
||||
|
||||
Reference in New Issue
Block a user