In the reference https://www.wix.com/corvid/reference/wix-users.html#promptForgotPassword it states:
Syntax
function promptForgotPassword([language: string]): Promise<void>
language string
(Optional)
The language of the reset password form. Defaults to “English” if not passed or the given language is not one of the languages found in the Permissions tab of the Page Settings panel in the Editor.
There aren’t any languages in that tab…