Create TwoFactorAuthentication Popup

This commit is contained in:
Milos Holba
2021-06-30 13:37:44 +02:00
parent 14eaf6da4e
commit 16eb105f03
9 changed files with 324 additions and 47 deletions
+6 -6
View File
@@ -34,12 +34,12 @@ mix.js('resources/js/main.js', 'public/js')
clientLogLevel: 'none'
}
})
.options({
hmrOptions: {
host: '192.168.1.198',
port: '8080'
},
})
// .options({
// hmrOptions: {
// host: '192.168.1.198',
// port: '8080'
// },
// })
.disableNotifications();
if (mix.inProduction()) {