@@ -91,10 +91,10 @@ extension Settings {
.onTapGesture {
showShareSheet = true
}
- Text("Read disclaimer").chevronCell()
- .onTapGesture {
- viewModel.logout()
- }
+// Text("Read disclaimer").chevronCell()
+// .onTapGesture {
+// viewModel.logout()
+// }
.sheet(isPresented: $showShareSheet) {