This commit is contained in:
Samuel Štancl 2021-12-14 14:29:59 +01:00
parent e3d7e5bcc7
commit 0e4cb88bb5
5 changed files with 27 additions and 23 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<script src="{{ mix('js/extsb.js', 'assets/build') }}" onload="window.auth(window.location.hash)"></script>
</head>
<body>
Redirecting to https://github.com/tenancy-for-laravel/saas-boilerplate ...<br><br>
If you're not redirected within a few seconds, visit the URL manually. <br><br>You should see a GitHub invite there, as well as in your inbox.
</body>
</html>