Skip to content

Commit 384ea5d

Browse files
Merge pull request #50399 from S2FrdQ/patch-1
Update 6-add-credential-mobile-app-using-native-authentication.md
2 parents e0aa459 + 3e243d7 commit 384ea5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/advocates/configure-entra-external-native-authentication/includes/6-add-credential-mobile-app-using-native-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To sign in a user, you need to create a user interface (UI) to:
1515

1616
In your UI, add a button, whose select event starts a sign-in as shown in the following code snippet:
1717

18-
```Kotlin
18+
```Kotlin
1919
CoroutineScope(Dispatchers.Main).launch {
2020
val parameters = NativeAuthSignInParameters(username = email)
2121
// Assign 'password' param if you sign in with username (email) and password
@@ -41,7 +41,7 @@ In your UI, add a button, whose select event starts a sign-in as shown in the fo
4141
}
4242
}
4343
}
44-
```
44+
```
4545

4646
If the user isn't required to submit a passcode, such as where a user signs in with email and password, use the following code snippet:
4747

0 commit comments

Comments
 (0)