Skip to content

Commit

Permalink
Merge pull request #1416 from raman04-byte/patch-2
Browse files Browse the repository at this point in the history
Update +page.markdoc
  • Loading branch information
abnegate authored Nov 4, 2024
2 parents d077433 + 5df6208 commit 77bf748
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 77bf748

Please sign in to comment.