Not working auto login onEmailVerificationLink
Accounts.onEmailVerificationLink(function(token, done) {
Accounts.verifyEmail(token, function(err){
if (!err) {
alert( 'Email verified! Thanks!');
done();
}
});
});
get “Verify email link expired [403]”