Skip to content

Commit 8e65514

Browse files
committed
Changes based on PR review
1 parent 5804008 commit 8e65514

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

recipe/dashboard/api/utils.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ func IsRecipeInitialised(recipeId string) bool {
167167
isRecipeInitialised = true
168168
}
169169
}
170+
171+
if !isRecipeInitialised {
172+
_, tpepErr := thirdpartypasswordless.GetRecipeInstanceOrThrowError()
173+
174+
if tpepErr == nil {
175+
isRecipeInitialised = true
176+
}
177+
}
170178
}
171179

172180
return isRecipeInitialised

0 commit comments

Comments
 (0)