Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 781e7d3

Browse files
committed
Show placeholder when resolving links
1 parent 7f19975 commit 781e7d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package/src/forms/UniversalForm.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ const componentForStep = (state) => {
190190
case "showPreviewAndFetchFlow":
191191
case "showPlaceholderAndFetchFlow":
192192
case "initPasswordReset":
193-
case "handleLoginWithLink":
194193
if (canShowFlow) {
195194
return {
196195
title: strings[type].title,
@@ -210,6 +209,10 @@ const componentForStep = (state) => {
210209
Component: Placeholder,
211210
};
212211
}
212+
case "handleLoginWithLink":
213+
return {
214+
Component: Placeholder,
215+
};
213216
case "noFirstFactors":
214217
case "disabled":
215218
return {

0 commit comments

Comments
 (0)