diff --git a/Http/Controllers/Auth/AuthenticatedSessionController.php b/Http/Controllers/Auth/AuthenticatedSessionController.php index 99b4692..a66d6dd 100644 --- a/Http/Controllers/Auth/AuthenticatedSessionController.php +++ b/Http/Controllers/Auth/AuthenticatedSessionController.php @@ -95,7 +95,7 @@ { if (isset($_ENV['METHOD_AUTH'])) { if ($_ENV['METHOD_AUTH'] == 'usermanager') { - addJavascriptFile('assets/js/custom/authentication/sign-in/uim.js'); + // addJavascriptFile('assets/js/custom/authentication/sign-in/uim.js'); return view('usermanager::auth.login-usermanager'); } else { addJavascriptFile('assets/js/custom/authentication/sign-in/general.js'); diff --git a/Resources/views/auth/login-usermanager.blade.php b/Resources/views/auth/login-usermanager.blade.php index 21537b6..f204436 100644 --- a/Resources/views/auth/login-usermanager.blade.php +++ b/Resources/views/auth/login-usermanager.blade.php @@ -1,57 +1,35 @@ - + -
+ @csrf -
- -

- Sign In -

- - - -
- Aplikasi Konfirmasi Bank + @if(Session::has('error_message')) +
+
+ {{ Session::get('error_message') }} +
+
- -
- - - -
- -
- - - {{-- - Logo - Sign in with Google - --}} - -
- - - - - -
- - - - + @endif +
- +
+
+ +
- +
+
+ +
@@ -63,7 +41,7 @@ {{-- Forgot Password ? - --}} + --}}
@@ -86,6 +64,26 @@ --}}
+ + @push('customscript') + + @endpush