diff --git a/backend/.env.example b/backend/.env.example index c1bd2118..340b207b 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=KIKIkan APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/backend/.env.release b/backend/.env.release index c1bd2118..340b207b 100644 --- a/backend/.env.release +++ b/backend/.env.release @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=KIKIkan APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/backend/resources/views/emails/fathers/registration/temporary.blade.php b/backend/resources/views/emails/fathers/registration/temporary.blade.php index 8f33c9d9..0d1b0827 100644 --- a/backend/resources/views/emails/fathers/registration/temporary.blade.php +++ b/backend/resources/views/emails/fathers/registration/temporary.blade.php @@ -5,25 +5,25 @@ KIKIkanサービスの会員登録のご案内です。 KIKIkanシステムのご利用ありがとうございます。 -※本登録完了後にホーム画面もしくはブックマークに登録してください。 +※本登録完了後にホーム画面もしくはブックマークに登録してください。
ログインする際に利用します。 -下記URLにアクセスし、必要情報をご入力頂き +下記URLにアクセスし、必要情報をご入力頂き
ユーザー登録を完了してください。 @component('mail::button', ['url' => url('/').'/p-account/register/'.$token]) {{ url('/') }}/p-account/register/{{ $token }} @endcomponent -なお、URLの有効期限は8時間となります。 +なお、URLの有効期限は8時間となります。
URLの有効期限を過ぎると、再登録が必要になりますので、ご注意ください。 ※このメールに心当たりがない場合は下記のメールにご連絡ください。 ■□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□■ -KIKIkan運営事務局 -56@zotman.jp +KIKIkan運営事務局
+56@zotman.jp
{{ url('/') }}/ ■□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□■ diff --git a/backend/resources/views/vendor/mail/html/header.blade.php b/backend/resources/views/vendor/mail/html/header.blade.php index b5882239..ed61a133 100755 --- a/backend/resources/views/vendor/mail/html/header.blade.php +++ b/backend/resources/views/vendor/mail/html/header.blade.php @@ -1,11 +1,7 @@ -@if (trim($slot) === 'Laravel') -@else -{{ $slot }} -@endif diff --git a/backend/resources/views/vendor/mail/html/themes/default.css b/backend/resources/views/vendor/mail/html/themes/default.css index 2483b116..49ad91fa 100755 --- a/backend/resources/views/vendor/mail/html/themes/default.css +++ b/backend/resources/views/vendor/mail/html/themes/default.css @@ -114,7 +114,6 @@ img { .logo { height: 75px; max-height: 75px; - width: 75px; } /* Body */