Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnzlab authored Nov 5, 2024
2 parents 010adc1 + 77bf748 commit 3fdf457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/apple/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ struct ContentView: View {
)
Button(
action: { Task {
try! await appwrite.onLogin(
try await appwrite.onLogin(
viewModel.email,
viewModel.password
)
Expand Down

0 comments on commit 3fdf457

Please sign in to comment.