Skip to content

Setting responseType and authorizePath not working #136

Open
@ldeluca

Description

@ldeluca

When I set the values for responseType and authorizePath within the html element it's still pulling from the oauth-ng.js values.

<oauth
               template="/app/views/extras/extras.youtube.view.html"
               site="{{extras.oauthconfig.site}}"
               client-id="{{extras.oauthconfig.clientid}}"
               redirect-uri="{{extras.oauthconfig.redirecturi}}"
               text="YouTube Signin"
               authorizePath="/auth"
               responseType="token"
               scope="{{extras.oauthconfig.scope}}">
        </oauth>

also, when I try to set text as a variable it doesn't pull the value. Only when I type out the text does it get the value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions