mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Rectified apple GETTING_STARTED.md
Removed phone number from account.create() function as it does not accept it.
This commit is contained in:
@@ -77,7 +77,6 @@ do {
|
||||
let user = try await account.create(
|
||||
userId: ID.unique(),
|
||||
email: "email@example.com",
|
||||
phone: "+123456789",
|
||||
password: "password",
|
||||
name: "Walter O'Brien"
|
||||
)
|
||||
@@ -104,7 +103,6 @@ func main() {
|
||||
let user = try await account.create(
|
||||
userId: ID.unique(),
|
||||
email: "email@example.com",
|
||||
phone: "+123456789",
|
||||
password: "password",
|
||||
name: "Walter O'Brien"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user