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
| import SwiftUI | |
| import Clerk | |
| struct OAuthView: View { | |
| @State private var email = "" | |
| @State private var password = "" | |
| @State private var errorMessage: String? | |
| var body: some View { | |
| VStack(spacing: 24) { |