Privacy policy shown
This commit is contained in:
@@ -113,6 +113,10 @@ struct LoginView: View {
|
|||||||
.padding(.horizontal, 24)
|
.padding(.horizontal, 24)
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
|
Link("Privacy Policy", destination: URL(string: "https://labwise.wahwa.com/privacy")!)
|
||||||
|
.font(.footnote)
|
||||||
|
.foregroundStyle(Color(.brandMutedForeground))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationBarHidden(true)
|
.navigationBarHidden(true)
|
||||||
|
|||||||
@@ -91,6 +91,12 @@ struct ProfileView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Section {
|
||||||
|
Link(destination: URL(string: "https://labwise.wahwa.com/privacy")!) {
|
||||||
|
Text("Privacy Policy")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
Button(role: .destructive) {
|
Button(role: .destructive) {
|
||||||
Task { await viewModel.signOut() }
|
Task { await viewModel.signOut() }
|
||||||
|
|||||||
Reference in New Issue
Block a user