fix confirm URL on copay
This commit is contained in:
parent
3ba441559d
commit
1d912e9b39
@ -120,7 +120,7 @@
|
||||
) + globalConfig.apiPrefix + '/email/validate';
|
||||
|
||||
emailPlugin.redirectUrl = (
|
||||
config.redirectUrl || 'https://copay.io/in/app?confirmed=true'
|
||||
config.redirectUrl || 'https://copay.io/in/app#!/confirmed'
|
||||
);
|
||||
};
|
||||
|
||||
@ -150,6 +150,8 @@
|
||||
emailPlugin.sendVerificationEmail = function(email, secret) {
|
||||
var confirmUrl = emailPlugin.makeConfirmUrl(email, secret);
|
||||
|
||||
logger.debug('ConfirmUrl:',confirmUrl);
|
||||
|
||||
async.series([
|
||||
|
||||
function(callback) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user