lib/generators/rodauth/oauth/views_generator.rb in rodauth-oauth-0.6.0 vs lib/generators/rodauth/oauth/views_generator.rb in rodauth-oauth-0.6.1

- old
+ new

@@ -7,10 +7,10 @@ module Generators class ViewsGenerator < ::Rails::Generators::Base source_root "#{__dir__}/templates" namespace "rodauth:oauth:views" - DEFAULT = %w[oauth_authorize].freeze + DEFAULT = %w[authorize].freeze VIEWS = { oauth_authorize: DEFAULT, oauth_applications: %w[oauth_applications oauth_application new_oauth_application] }.freeze