We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The quick start docs for Apple have a syntax error in the code.
In the Create a login page snippet, the following code is shown:
try await Appwrite.onRegister( viewModel.email, viewModel.password )
Error Instance member 'onRegister' cannot be used on type 'Appwrite'; did you mean to use a value of this type instead?
Error
try! await Appwrite.onLogin( viewModel.email, viewModel.password )
Error Instance member 'onLogin' cannot be used on type 'Appwrite'; did you mean to use a value of this type instead?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💭 Description
The quick start docs for Apple have a syntax error in the code.
In the Create a login page snippet, the following code is shown:
Error
Instance member 'onRegister' cannot be used on type 'Appwrite'; did you mean to use a value of this type instead?
Error
Instance member 'onLogin' cannot be used on type 'Appwrite'; did you mean to use a value of this type instead?
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: