Skip to content

Commit b240678

Browse files
committed
chore: Clean up JSDoc comment
1 parent 4645325 commit b240678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend/src/api/endpoints/InstanceApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type UpdateParams = {
3939
/**
4040
* Overrides the sign-in strategy that is preferred when a password is required.
4141
*
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.
4343
*/
4444
preferredSignInStrategyWhenPasswordRequired?: 'password' | 'otp' | '' | null | undefined;
4545
};

0 commit comments

Comments
 (0)