urlTemplate property
Optionally set a url_template, which will be used in the password reset mail sent by ZITADEL to guide the user to your password change page. If no template is set, the default ZITADEL url will be used.
Implementation
@$pb.TagNumber(2)
$core.String get urlTemplate => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set urlTemplate($core.String v) { $_setString(0, v); }