confirm token in 2fa challenge

This commit is contained in:
Čarodej
2022-04-05 09:52:49 +02:00
parent 9f783fcd95
commit 10d8b592ea
13 changed files with 127 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.13',
'version' => '2.0.14',
'is_demo' => env('APP_DEMO', false),
@@ -61,5 +61,6 @@ return [
'updates' => [
'2_0_10',
'2_0_13',
'2_0_14',
],
];