MCPcopy Create free account
hub / github.com/parse-community/parse-server / requestResetPasswordURL

Method requestResetPasswordURL

src/Config.js:960–962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958 }
959
960 get requestResetPasswordURL() {
961 return `${this.publicServerURL}/${this.pagesEndpoint}/${this.applicationId}/request_password_reset`;
962 }
963
964 get passwordResetSuccessURL() {
965 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected