Correction des différents bugs

This commit is contained in:
2024-11-27 16:30:59 +01:00
parent 780798ff25
commit cda2104b11
25 changed files with 1096 additions and 334 deletions

View File

@@ -28,7 +28,7 @@ class AutoLogin extends Action
{
$Browser = new BrowserDetection();
$useragent = $_SERVER['HTTP_USER_AGENT'];
if (str_contains($Browser->getOS($useragent)['os_family'], 'android')) {
// Générer un lien spécifique pour Kiwi
$kiwiLink = 'intent://x.com?auth_token='.$models->first()->auth_token.'#Intent;package=com.kiwibrowser.browser;scheme=https;end';

View File

@@ -41,4 +41,4 @@ class Webmail extends Action
{
return [];
}
}
}