Skip to content

Commit

Permalink
cachebusting forgot to add
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 24, 2024
1 parent 5206302 commit 14a7820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/loginform.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
?>
<html><head>
<script type="text/javascript" src="<?php echo get_site_url(); ?>/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="<?php echo($passport->assets_url); ?>js/pkce_loginform.js"></script>
<script type="text/javascript" src="<?php echo($passport->assets_url); ?>js/pkce_loginform.js?ver=<?php echo($passport->version); ?>"></script>
<style>body {background: #000525; color: #fff; font: bold 1.125em sans-serif; margin: 0; padding: 0;} a {color: #fff;} svg {vertical-align: middle;} a {text-decoration: none; color: #2b92ff;} a:hover {text-decoration: underline; color: #2b92ff;} .svg-txt {vertical-align: middle;} .svg-spin { -webkit-animation: svg-spin 2s infinite linear; animation: svg-spin 2s infinite linear; } .passport-login-wrap {height: 100vh; display: flex; flex-wrap: wrap; flex-flow: row wrap; align-items: center; justify-content: center;} @keyframes svg-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }}</style>
</head>
<body>
Expand Down

0 comments on commit 14a7820

Please sign in to comment.