girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Refactor OAuth component #262

Open zachmullen opened 4 years ago

zachmullen commented 4 years ago

Right now the OAuth component contains the following element:

<h4>Or {{ verb }} with OAuth</h4>

It seems to me that this should actually be outside of the component instead. Based on @mgrauer 's use case on #261