From 03adc15035fa9b9136a20f6ddbc882032bf75a3b Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jun 2024 18:27:19 -0400 Subject: update auth redirect --- app/controllers/api/v1/auth_controller.rb | 3 ++- bin/bundle | 0 bin/docker-entrypoint | 0 bin/rails | 0 bin/rake | 0 bin/setup | 0 6 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 bin/bundle mode change 100755 => 100644 bin/docker-entrypoint mode change 100755 => 100644 bin/rails mode change 100755 => 100644 bin/rake mode change 100755 => 100644 bin/setup 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 old mode 100755 new mode 100644 diff --git a/bin/docker-entrypoint b/bin/docker-entrypoint old mode 100755 new mode 100644 diff --git a/bin/rails b/bin/rails old mode 100755 new mode 100644 diff --git a/bin/rake b/bin/rake old mode 100755 new mode 100644 diff --git a/bin/setup b/bin/setup old mode 100755 new mode 100644 -- cgit v1.2.3