Sha256: 43ba05d22ede596bed6c9325f26a3a79e370d6ce499137a3cb2ab110ca962f49

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

<form method="get" action="#{rodauth.device_path}" class="form-horizontal" role="form" id="device-search-form">
  <p class="lead">Insert the user code from the device you'd like to authorize.</p>

  <div class="form-group">
    <label for="user_code">#{rodauth.oauth_grant_user_code_label}</label>
    #{rodauth.input_field_string("user_code", "user_code", :value => rodauth.param_or_nil(rodauth.oauth_grant_user_code_param))}
  </div>
  <p class="text-center">
    <input type="submit" class="btn btn-outline-primary" value="#{h(rodauth.oauth_device_search_button)}"/>
  </p>
</form>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rodauth-oauth-0.10.4 templates/device_search.str
rodauth-oauth-0.10.3 templates/device_search.str
rodauth-oauth-0.10.2 templates/device_search.str
rodauth-oauth-0.10.1 templates/device_search.str
rodauth-oauth-0.10.0 templates/device_search.str
rodauth-oauth-0.9.3 templates/device_search.str
rodauth-oauth-0.9.2 templates/device_search.str
rodauth-oauth-0.9.1 templates/device_search.str
rodauth-oauth-0.9.0 templates/device_search.str
rodauth-oauth-0.8.0 templates/device_search.str