Explorar o código

tmp remove logout button

Ivan Valkou %!s(int64=5) %!d(string=hai) anos
pai
achega
12e4c5fe4e

+ 4 - 4
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -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) {