mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Add 2FAuth * Update Logo * Change Name * Bugfix * Update 2FAuth.php * trigger workflow * Update and rename 2FAuth.php to TwoFAuth.php * Rename app.json to app.json --------- Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\TwoFAuth;
|
|
|
|
class TwoFAuth extends \App\SupportedApps
|
|
{
|
|
}
|