templates/new_oauth_application.str in rodauth-oauth-0.9.1 vs templates/new_oauth_application.str in rodauth-oauth-0.9.2
- old
+ new
@@ -9,10 +9,10 @@
#{rodauth.render('scope_field')}
#{
if rodauth.features.include?(:oauth_jwt)
<<-HTML
#{rodauth.render('jwt_public_key_field')}
- #{rodauth.render('jws_jwk_field')}
+ #{rodauth.render('jwks_field')}
HTML
end
}
#{rodauth.button(rodauth.oauth_application_button)}
</form>