Skip to content

Resources\views\Security\login.html.twig #2

@schabluk

Description

@schabluk

function goLogIn(){
window.location = "{{ path('fos_user_security_check') }}";
}

doesn't work for me. Works when I changed to:

function goLogIn(){
window.location = "{{ path('fos_facebook_security_check') }}";
}

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions