Skip to content

Language change wont redraw captcha with correct language. #10

@michalCapo

Description

@michalCapo

Using TAPi18n and having this code:

Meteor.startup(function () {

    Tracker.autorun(function () {
        const lang = TAPi18n.getLanguage();

        reCAPTCHA.config({
            publickey: '<some_code>',
            hl: lang
        });
    });

});

wont reload captcha on language change I have to reload page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions