mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update docs/sdks/android/GETTING_STARTED.md
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
@@ -85,7 +85,7 @@ try {
|
||||
var user = account.create(ID.unique(), "email@example.com", "password")
|
||||
Log.d("Appwrite user", account.toMap())
|
||||
} catch(e : AppwriteException) {
|
||||
Log.e("AppwriteException",e.message.toString())
|
||||
e.printStackTrace()
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user