Skip to content

Commit d1abcba

Browse files
harsh62josefaidt
andauthored
Update src/pages/[platform]/build-a-backend/auth/advanced-workflows/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 8723d46 commit d1abcba

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/advanced-workflows

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/advanced-workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ try Amplify.add(
399399
try Amplify.configure()
400400
```
401401

402-
If you would prefer the user session to be migrated (which will allow the user to continue to be signed-in), then specify the `migrateKeychainItemsOfUserSession` boolean in the AccessGroup to be true like so:
402+
If you would prefer the user session to be migrated (which will allow the user to continue to be signed in), then specify the `migrateKeychainItemsOfUserSession` boolean in the AccessGroup to be true like so:
403403

404404
```swift
405405
let accessGroup = AccessGroup(

0 commit comments

Comments
 (0)