From 17e68fbbd91912eb3c78901bbf05dcbdf45e0dfb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 May 2023 18:01:50 -0400 Subject: [PATCH] bug fix --- app/Providers/AppServiceProvider.php | 2 +- public/css/index.css | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 08a9b54..54c51c7 100755 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider */ public function boot() { - // URL::forceScheme('https'); + URL::forceScheme('https'); } } diff --git a/public/css/index.css b/public/css/index.css index 4592504..2aaf9b8 100755 --- a/public/css/index.css +++ b/public/css/index.css @@ -130,4 +130,11 @@ input:autofill, -webkit-autofill, :focus, :active { #loadOverlay{ display: none; - } \ No newline at end of file + } + +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + transition: background-color 9999s ease-in-out 0s; +} \ No newline at end of file