1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge pull request #42 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-07 17:19:08 +02:00 committed by GitHub
commit 613c37a59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
- Edit accounts, even the imported ones
- Generate TOTP and HOTP security codes
**Shipped version:** 4.1.0~ynh3
**Shipped version:** 4.1.0~ynh4
**Demo:** https://demo.2fauth.app/login

View file

@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo
- Edit accounts, even the imported ones
- Generate TOTP and HOTP security codes
**Version incluse :** 4.1.0~ynh3
**Version incluse :** 4.1.0~ynh4
**Démo :** https://demo.2fauth.app/login

View file

@ -5,7 +5,7 @@ name = "2FAuth"
description.en = "self-hosted alternative to One Time Passcode"
description.fr = "Alternative auto-hébergée a One Time Passcode"
version = "4.1.0~ynh3"
version = "4.1.0~ynh4"
maintainers = ["eric_G"]

View file

@ -81,7 +81,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Installing $app with Composer..." --weight=15
rm $install_dir/package-lock.json
ynh_secure_remove --file=$install_dir/package-lock.json
ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev"