Skip to content
Snippets Groups Projects
Commit eb2a5d4f authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

output verification URL on two lines for faster cutting & pasting while developing

parent f3ca6f65
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ exports.sendVerificationEmail = function(email, site, secret) {
interceptor(email, site, secret);
} else if (config.get('email_to_console')) {
// log verification email to console separated by whitespace.
console.log("\n", "VERIFICATION URL:", url, "\n");
console.log("\nVERIFICATION URL:\n" + url + "\n");
} else {
emailer.send_mail({
sender: "noreply@browserid.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment