Skip to content

Commit

Permalink
Merge pull request #472 from iGLOO-be/fix/link
Browse files Browse the repository at this point in the history
fix: omnipartners: doc link
  • Loading branch information
LoicMahieu authored Jan 13, 2025
2 parents 9efb7fe + f7a5edd commit 3b1b0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/omnipartners/src/api/identity/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default class Identity extends Api {
});
}

@doc("http://doc.omnipartners.be/index.php/Recover_by_mobile_phone")
@doc("https://doc.clixray.com/index.php/Recover_by_mobile_phone")
@filterInput(["mobile", "message"])
public recoverPasswordSMS(data: { mobile: string; message?: string }) {
return this.get("/service/account/recover-password-sms", data, {
Expand Down

0 comments on commit 3b1b0fc

Please sign in to comment.