diff options
author | Mario <mario@mariovavti.com> | 2023-03-08 13:15:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-08 13:15:33 +0000 |
commit | 3de81877c6aaacfad993375bcf88b512958180ab (patch) | |
tree | c1310b213b4d00dbff46382849956fc5a838c28d /view/tpl | |
parent | 2665b34962ce004233ce64c837f1a7b9f842ecab (diff) | |
download | volse-hubzilla-3de81877c6aaacfad993375bcf88b512958180ab.tar.gz volse-hubzilla-3de81877c6aaacfad993375bcf88b512958180ab.tar.bz2 volse-hubzilla-3de81877c6aaacfad993375bcf88b512958180ab.zip |
more mfa cleanup
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/totp.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/totp.tpl b/view/tpl/totp.tpl index d58f880cd..1f3b1cfc7 100644 --- a/view/tpl/totp.tpl +++ b/view/tpl/totp.tpl @@ -3,12 +3,13 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <head> - <link rel="stylesheet" href="vendor/twbs/bootstrap/dist/css/bootstrap.min.css" type="text/css" media="screen"> + <link rel="stylesheet" href="/vendor/twbs/bootstrap/dist/css/bootstrap.min.css" type="text/css" media="screen"> + <link rel="stylesheet" href="/library/fork-awesome/css/fork-awesome.min.css" type="text/css" media="screen"> </head> <body> <nav class="navbar bg-body-tertiary"> <div class="container-sm"> - <span class="navbar-brand">{{$header}}</span> + <span class="navbar-brand"><i class="fa fa-fw fa-hubzilla"></i>{{$header}}</span> </div> </nav> <main class="container-sm mt-4"> |