()
| 958 | } |
| 959 | |
| 960 | get requestResetPasswordURL() { |
| 961 | return `${this.publicServerURL}/${this.pagesEndpoint}/${this.applicationId}/request_password_reset`; |
| 962 | } |
| 963 | |
| 964 | get passwordResetSuccessURL() { |
| 965 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected