Skip to content

Commit e14e815

Browse files
Update hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md
Co-authored-by: Copilot <[email protected]>
1 parent 904c4af commit e14e815

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hub/apps/desktop/modernize/grant-identity-to-nonpackaged-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ var options = new StagePackageOptions();
309309
options.ExternalLocationUri = externalUri;
310310

311311
await packageManager.StagePackageByUriAsync(packageUri, options);
312+
var packageFamilyName = "<IdentityPackageFamilyName>";
312313
await packageManager.ProvisionPackageForAllUsersAsync(packageFamilyName);
313314

314315
...

0 commit comments

Comments
 (0)