Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 5717fd5

Browse files
committed
Updated examples
1 parent cea5d34 commit 5717fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/docs/getting-started-for-server.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ final users = Users(client);
373373
client
374374
.setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint
375375
.setProject('5df5acd0d48c2') // Your project ID
376-
.setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
376+
.setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
377+
;
377378

378379
final res = users.create('[email protected]', 'password');
379380

0 commit comments

Comments
 (0)