Made progress on implementing some shops.
Performed some folder restructuring as well.
This commit is contained in:
18
Props/spa/public/silent.html
Normal file
18
Props/spa/public/silent.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- Completely separate static html should improve silent login performance as we don't need to load entire SPA. -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>authentication</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
Processing... If you're seeing this, you may want to <a href="/">go back to the app</a>.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user