File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 />
6262 <field
6363 name =" redirect_url"
64- invisible =" auth_type != 'oauth2' and oauth2_flow != 'web_application'"
64+ invisible =" auth_type != 'oauth2' or oauth2_flow != 'web_application'"
6565 />
6666 <field
6767 name =" oauth2_client_auth_method"
9292 />
9393 <field
9494 name =" oauth2_scope"
95- invisible =" auth_type != 'oauth2' and oauth2_flow != 'web_application'"
95+ invisible =" auth_type != 'oauth2' or oauth2_flow != 'web_application'"
9696 required =" auth_type == 'oauth2' and oauth2_flow == 'authorization_code'"
9797 />
9898 <field
9999 name =" oauth2_authorization_url"
100- invisible =" auth_type != 'oauth2' and oauth2_flow != 'web_application'"
100+ invisible =" auth_type != 'oauth2' or oauth2_flow != 'web_application'"
101101 required =" auth_type == 'oauth2' and oauth2_flow == 'authorization_code'"
102102 />
103103 <field
You can’t perform that action at this time.
0 commit comments