MFA guide
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/events">
|
||||
Next Weekly Meeting: <span class="magic"></span> at 6 PM, Slichter Hall Room 2834
|
||||
Next Weekly Meeting: <span class="magic" id="next-meeting-date"></span> at 6 PM, Slichter Hall Room 2834
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/wiki/emails">
|
||||
Email Multi-Factor Authentication deadline: <span class="magic">Thu May 01 2025</span>
|
||||
<span class="magic">ACTION REQUIRED:</span> Enroll in Email Multi-Factor Authentication
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
|
||||
document.querySelector('span.magic').innerHTML = nextThursday.toDateString();
|
||||
document.getElementById('next-meeting-date').innerHTML = nextThursday.toDateString();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user