mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(email): omit links when application URL is not configured (#1806)
Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
@@ -212,7 +212,7 @@ export class User {
|
||||
},
|
||||
locals: {
|
||||
resetPasswordLink,
|
||||
applicationUrl: resetPasswordLink,
|
||||
applicationUrl,
|
||||
applicationTitle,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user