Skip to content

Commit 53a73bb

Browse files
[msid] bugfix on the url
1 parent 4788a0a commit 53a73bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-ios-shared-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The [Microsoft Enterprise SSO plug-in for Apple devices](apple-sso-plugin.md)
231231
232232
### Receive broadcast to detect global sign out initiated from other applications
233233
234-
To receive the account change broadcast, you will need to register a broadcast receiver. When an account change broadcast is received, immediately [get the signed in user and determine if a user has changed on the device](#Get-the-signed-in-user-and-determine-if-a-user-has-changed-on-the-device). If a change is detected, initiate data cleanup for previously signed-in account. It is recommended to properly stop any operations and do data cleanup.
234+
To receive the account change broadcast, you will need to register a broadcast receiver. When an account change broadcast is received, immediately [get the signed in user and determine if a user has changed on the device](#get-the-signed-in-user-and-determine-if-a-user-has-changed-on-the-device). If a change is detected, initiate data cleanup for previously signed-in account. It is recommended to properly stop any operations and do data cleanup.
235235
236236
The following code snippet shows how you could register a broadcast receiver.
237237

0 commit comments

Comments
 (0)