Skip to content

Commit e2dae9c

Browse files
authored
Update mailer.rs
Backport upstream backend PR torrust/torrust-index#58
1 parent be3bdb7 commit e2dae9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/mailer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If this account wasn't made by you, you can ignore this email.
137137
base_url = cfg_base_url;
138138
}
139139

140-
format!("{}/user/verify/{}", base_url, token)
140+
format!("{}/user/email/verify/{}", base_url, token)
141141
}
142142
}
143143

0 commit comments

Comments
 (0)