added "I have already 2FA app" into recovery 2fa page

This commit is contained in:
Peter Papp
2021-07-16 18:16:11 +02:00
parent 097a930245
commit a438f8fb99
4 changed files with 20 additions and 21 deletions

12
webpack.mix.js vendored
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()) {