Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getRequestVerificationEmailURL
Method
getRequestVerificationEmailURL
app/models/User.js:217–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
getRequestVerificationEmailURL () {
218
return
this.url() +
'/request-verify-email'
219
}
220
221
getSlugOrID () {
return
this.get(
'slug'
) || this.get(
'_id'
) }
222
Callers
1
onClickResendVerificationEmail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected