()
| 969 | } |
| 970 | |
| 971 | get parseFrameURL() { |
| 972 | return this.customPages.parseFrameURL; |
| 973 | } |
| 974 | |
| 975 | get verifyEmailURL() { |
| 976 | return `${this.publicServerURL}/${this.pagesEndpoint}/${this.applicationId}/verify_email`; |
nothing calls this directly
no outgoing calls
no test coverage detected