active directory authentication, full mfa implementation, vpn generation
This commit is contained in:
17
templates/vpn.html
Normal file
17
templates/vpn.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Accounts - VPN</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="/vpn?dev=ios" method="post">
|
||||
<button type="submit">Download VPN for iOS</button>
|
||||
</form>
|
||||
<form action="/vpn?dev=mac" method="post">
|
||||
<button type="submit">Download VPN for Mac</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user