From 057f9004c50b8e620382bd3e4c76107209fe090b Mon Sep 17 00:00:00 2001 From: yocchan-git Date: Tue, 5 Mar 2024 19:47:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=B3=E3=82=BB=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E6=99=82=E3=81=AE=E6=96=87=E8=A8=80=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/discord_authentications_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/discord_authentications_controller.rb b/app/controllers/discord_authentications_controller.rb index da65d63a336..f2cf0af05f4 100644 --- a/app/controllers/discord_authentications_controller.rb +++ b/app/controllers/discord_authentications_controller.rb @@ -2,7 +2,7 @@ class DiscordAuthenticationsController < ApplicationController def new - return redirect_to root_path, alert: 'キャンセルしました' unless params[:code] + return redirect_to root_path, alert: 'Discord連携をキャンセルしました' unless params[:code] redirect_uri = discord_authentications_new_url access_token = DiscordAuthentication.fetch_access_token(params[:code], redirect_uri)