This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SignInViewModel.swift | |
// | |
// Created by @SylarRuby on 11/11/2022. | |
// | |
// This a continuation of https://masilotti.com/turbo-ios/native-authentication/. | |
// Instead of showing a modal for the form to sign in, we replace the all views | |
// with the sign in screen/view. | |
import Foundation |
OlderNewer