diff --git a/lib/features/identity_creator/presentation/identity_creator_controller.dart b/lib/features/identity_creator/presentation/identity_creator_controller.dart index 216c1097e..3f59f806d 100644 --- a/lib/features/identity_creator/presentation/identity_creator_controller.dart +++ b/lib/features/identity_creator/presentation/identity_creator_controller.dart @@ -171,7 +171,9 @@ class IdentityCreatorController extends BaseController with DragDropFileMixin im session = arguments!.session; identity = arguments!.identity; actionType.value = arguments!.actionType; - if (actionType.value == IdentityActionType.create) { + if (actionType.value == IdentityActionType.create + && arguments!.publicAssetsInIdentityArguments == null + ) { isLoadSignatureCompleted = true; } _checkDefaultIdentityIsSupported();