You've already forked php-auth
generated from siteworxpro/Php-Template
migrations
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has started running
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has started running
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Has started running
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Has started running
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has started running
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has started running
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has started running
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Has started running
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Has started running
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has started running
This commit is contained in:
@@ -2,7 +2,18 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" href="./assets/favicon.ico"/>
|
||||
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon-48x48.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/assets/favicon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="180x180" href="/assets/favicon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/assets/favicon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="/assets/favicon-512x512.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon-180x180.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="/assets/favicon-192x192.png">
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="/assets/favicon-512x512.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Auth Service - Login</title>
|
||||
<script src="https://kit.fontawesome.com/a0fd516b66.js" crossorigin="anonymous"></script>
|
||||
|
||||
Reference in New Issue
Block a user