You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/backend/src/api/endpoints/InstanceApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ type UpdateParams = {
39
39
/**
40
40
* Overrides the sign-in strategy that is preferred when a password is required.
41
41
*
42
-
* @remarks Accepts `'password'` or `'otp'`. Pass an empty string to clear the override. The value is only consulted when a password is required, and is dormant otherwise.
42
+
* @remarks Accepts `'password'` or `'otp'`. Pass an empty string to clear the override. Passing `null` or `undefined` leaves the current value unchanged. The value is only consulted when a password is required, and is dormant otherwise.
0 commit comments