[CST-6782] JSdoc fixed

This commit is contained in:
Davide Negretti
2022-09-26 15:44:38 +02:00
parent ab3b05b950
commit 2f13beac7c

View File

@@ -53,7 +53,7 @@ export class EpersonRegistrationService {
/**
* Register a new email address
* @param email
* @param captchaToken
* @param captchaToken the value of x-recaptcha-token header
*/
registerEmail(email: string, captchaToken: string = null): Observable<RemoteData<Registration>> {
const registration = new Registration();