deal-io / deal.io_producer

The frontend for deal.io producers.
3 stars 0 forks source link

LoginView -> LoginViewModel #25

Closed LeviOrtega closed 1 year ago

LeviOrtega commented 1 year ago

Login View contains this code:

    @State private var email = ""
    @State private var password = ""
    @State private var user = User(id: "", restaurants: [""])
    @State private var restaurant = Restaurant(id: "", name: "", location: "")
    @State private var isLoggedIn = false
    @State private var errorMessage = ""
    @State private var showHowToGetLoginInfo = false