Skip to content

Commit d08016c

Browse files
authored
Update tutorial-v2-shared-device-mode.md
1 parent ed44fc2 commit d08016c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-shared-device-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The `loadAccount` method retrieves the account of the signed in user. The `onAcc
143143
```java
144144
private void loadAccount()
145145
{
146-
mSingleAccountApp.getCurrentAccountAsync(new ISingleAccountPublicClientApplication.CurrentAccountCallback()
146+
mSingleAccountApp.getCurrentAccountAsync(new ISingleAccountPublicClientApplication.CurrentAccountCallback())
147147
{
148148
@Overide
149149
public void onAccountLoaded(@Nullable IAccount activeAccount)

0 commit comments

Comments
 (0)