Skip to content

Commit

Permalink
chore: Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jan 27, 2025
1 parent caefa85 commit db9cdcd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ class ResetPasswordRequestHandler(
private fun getCallbackUrlBase(): String? {
if (frontEndUrlFromProperties == null) {
logger.warn(
"Frontend URL is not set in properties. Using frontend URL from the request can lead to one-click account takeover" +
"attacks. Please set the frontend URL in the properties. (tolgee.front-end-url)" +
"Frontend URL is not set in properties. Using frontend URL from the request can lead " +
"to one-click account takeover attacks. Please set the frontend URL in the properties. " +
"(tolgee.front-end-url)" +
"\n\n" +
"For more information about the configuration, consult the documentation: " +
"https://docs.tolgee.io/platform/self_hosting/configuration",
Expand Down

0 comments on commit db9cdcd

Please sign in to comment.