summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-16 18:27:19 -0400
committer_Tradam <[email protected]>2024-06-16 18:27:19 -0400
commit03adc15035fa9b9136a20f6ddbc882032bf75a3b (patch)
treec6a96017c083071f35349c9eb4c6f13572d327e6
parentdc387a78548a152d0abea002c8afd86b71e5468a (diff)
downloadgameHolster-03adc15035fa9b9136a20f6ddbc882032bf75a3b.tar.gz
gameHolster-03adc15035fa9b9136a20f6ddbc882032bf75a3b.zip
update auth redirect
-rw-r--r--app/controllers/api/v1/auth_controller.rb3
-rw-r--r--[-rwxr-xr-x]bin/bundle0
-rw-r--r--[-rwxr-xr-x]bin/docker-entrypoint0
-rw-r--r--[-rwxr-xr-x]bin/rails0
-rw-r--r--[-rwxr-xr-x]bin/rake0
-rw-r--r--[-rwxr-xr-x]bin/setup0
6 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/api/v1/auth_controller.rb b/app/controllers/api/v1/auth_controller.rb
index 34663b1..a840d26 100644
--- a/app/controllers/api/v1/auth_controller.rb
+++ b/app/controllers/api/v1/auth_controller.rb
@@ -50,7 +50,8 @@ class Api::V1::AuthController < ApplicationController
user.access_token_digest = access_token_digest
user.user_name = user_data["login"]
user.save
- redirect_to 'http://localhost:5173/', allow_other_host: true
+ #redirect_to 'http://localhost:5173/', allow_other_host: true
+ redirect_to 'https://malcz.com/', allow_other_host: true
end
private
diff --git a/bin/bundle b/bin/bundle
index 50da5fd..50da5fd 100755..100644
--- a/bin/bundle
+++ b/bin/bundle
diff --git a/bin/docker-entrypoint b/bin/docker-entrypoint
index fe91345..fe91345 100755..100644
--- a/bin/docker-entrypoint
+++ b/bin/docker-entrypoint
diff --git a/bin/rails b/bin/rails
index efc0377..efc0377 100755..100644
--- a/bin/rails
+++ b/bin/rails
diff --git a/bin/rake b/bin/rake
index 4fbf10b..4fbf10b 100755..100644
--- a/bin/rake
+++ b/bin/rake
diff --git a/bin/setup b/bin/setup
index 3cd5a9d..3cd5a9d 100755..100644
--- a/bin/setup
+++ b/bin/setup