Skip to content

Commit

Permalink
remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvilleneuve committed Aug 28, 2024
1 parent 58f1fa3 commit 4fc58d9
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 45 deletions.
1 change: 0 additions & 1 deletion app/assets/config/agent_connect_manifest.js

This file was deleted.

Empty file.
15 changes: 0 additions & 15 deletions app/assets/stylesheets/agent_connect/application.css

This file was deleted.

4 changes: 0 additions & 4 deletions app/controllers/agent_connect/application_controller.rb

This file was deleted.

2 changes: 1 addition & 1 deletion app/controllers/agent_connect/auth_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module AgentConnect
class AuthController < ApplicationController
class AuthController < ActionController::Base
def auth
auth_client = AgentConnect::Client::Auth.new(login_hint: params[:login_hint])
session[:agent_connect_state] = auth_client.state
Expand Down
Empty file removed app/controllers/concerns/.keep
Empty file.
5 changes: 0 additions & 5 deletions app/models/agent_connect/application_record.rb

This file was deleted.

Empty file removed app/models/concerns/.keep
Empty file.
15 changes: 0 additions & 15 deletions app/views/layouts/agent_connect/application.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions lib/tasks/agent_connect_tasks.rake

This file was deleted.

0 comments on commit 4fc58d9

Please sign in to comment.