Closes issue: OwlBoard/backend#39
Still awaiting the check auth endpoint, the code only acts on a 401 response. That means that it currently will not detect if an account is expired.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
const pageText: string[] = [
|
||||
'<h3>Sign-up Fixed</h3>' +
|
||||
"<p>An issue present since 28/07/2023 has meant that new users or users with expired logins are unable to register.</p>" +
|
||||
'<p>An issue present since 28/07/2023 has meant that new users or users with expired logins are unable to register.</p>' +
|
||||
'<p>This issue has now been fixed and new users will be able to register for Rail Staff Access</p>',
|
||||
'<h3>Always Improving</h3>' +
|
||||
'<p>OwlBoard is always improving, the current focus is to improve performance when you have low mobile signal by reducing the amount of data being sent.</p>'
|
||||
|
||||
Reference in New Issue
Block a user