Skip to content

Commit 20935c7

Browse files
emailPasswordAuth -> emailPassword refactor (#510)
1 parent 7b521e0 commit 20935c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-tutorial-android-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ content: |
800800
801801
if (createUser) {
802802
// register a user using the Realm App we created in the TaskTracker class
803-
taskApp.emailPasswordAuth.registerUserAsync(username, password) {
803+
taskApp.emailPassword.registerUserAsync(username, password) {
804804
// re-enable the buttons after user registration completes
805805
createUserButton.isEnabled = true
806806
loginButton.isEnabled = true

0 commit comments

Comments
 (0)