diff --git a/.env.example b/.env.example index d43a1df..6cce0a2 100644 --- a/.env.example +++ b/.env.example @@ -50,4 +50,4 @@ BACKUP_NOTIFICATION_EMAIL="backups@example.com" BACKUP_NOTIFICATION_SLACK=https://hooks.slack.com/services/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 DROPBOX_AUTH_TOKEN=dNX35XlWbDAAAAAAAAAILr_IqUHnXSXGnwpw0L1xFet-JRYfm2GilrtrWY4Ugoqg -SENTRY_LARAVEL_DSN=https://e5a8a994cc584392b3b5edf39229e91a@sentry.io/3063082 +SENTRY_LARAVEL_DSN=https://e5a8a994cc584392b3b5edf39229e91a@sentry.io/3063082 \ No newline at end of file diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 77bad14..6d2deef 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,4 @@ { - "/img/miri/UI-kit-image-1.jpg": "/img/miri/UI-kit-image-1.jpg", - "/img/miri/UI-kit-image-2.jpg": "/img/miri/UI-kit-image-2.jpg", - "/img/miri/UI-kit-image-3.jpg": "/img/miri/UI-kit-image-3.jpg", "/img/miri/about.png": "/img/miri/about.png", "/img/miri/banner.jpg": "/img/miri/banner.jpg", "/img/miri/count-card-bg.jpg": "/img/miri/count-card-bg.jpg", @@ -38,8 +35,15 @@ "/img/miri/team-1.jpg": "/img/miri/team-1.jpg", "/img/miri/team-2.jpg": "/img/miri/team-2.jpg", "/img/miri/team-3.jpg": "/img/miri/team-3.jpg", + "/img/miri/UI-kit-image-1.jpg": "/img/miri/UI-kit-image-1.jpg", + "/img/miri/UI-kit-image-2.jpg": "/img/miri/UI-kit-image-2.jpg", + "/img/miri/UI-kit-image-3.jpg": "/img/miri/UI-kit-image-3.jpg", "/css/landing.css": "/css/landing.css", "/js/landing.js": "/js/landing.js", + "/fonts/materialdesignicons-webfont.eot": "/fonts/materialdesignicons-webfont.eot", + "/fonts/materialdesignicons-webfont.ttf": "/fonts/materialdesignicons-webfont.ttf", + "/fonts/materialdesignicons-webfont.woff": "/fonts/materialdesignicons-webfont.woff", + "/fonts/materialdesignicons-webfont.woff2": "/fonts/materialdesignicons-webfont.woff2", "/fonts/Ubuntu/Ubuntu-Bold.eot": "/fonts/Ubuntu/Ubuntu-Bold.eot", "/fonts/Ubuntu/Ubuntu-Bold.ttf": "/fonts/Ubuntu/Ubuntu-Bold.ttf", "/fonts/Ubuntu/Ubuntu-Bold.woff": "/fonts/Ubuntu/Ubuntu-Bold.woff", @@ -56,10 +60,6 @@ "/fonts/Ubuntu/Ubuntu-Regular.ttf": "/fonts/Ubuntu/Ubuntu-Regular.ttf", "/fonts/Ubuntu/Ubuntu-Regular.woff": "/fonts/Ubuntu/Ubuntu-Regular.woff", "/fonts/Ubuntu/Ubuntu-Regular.woff2": "/fonts/Ubuntu/Ubuntu-Regular.woff2", - "/fonts/materialdesignicons-webfont.eot": "/fonts/materialdesignicons-webfont.eot", - "/fonts/materialdesignicons-webfont.ttf": "/fonts/materialdesignicons-webfont.ttf", - "/fonts/materialdesignicons-webfont.woff": "/fonts/materialdesignicons-webfont.woff", - "/fonts/materialdesignicons-webfont.woff2": "/fonts/materialdesignicons-webfont.woff2", "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot": "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot", "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg": "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg", "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf": "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf", diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 7cd68ae..3055347 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -22,12 +22,19 @@ class="form-control @error('email') is-invalid @enderror" - @error('password') + @error('password') + + {{ $message }} @enderror + +