summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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