Fix callback function for fallback login (#1899)

This commit is contained in:
Johannes Marbach 2024-07-05 12:54:42 +02:00 committed by GitHub
parent 7d94efe136
commit e53e6ea876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Clarify that the fallback login page calls `window.matrixLogin.onLogin` instead of `window.onLogin`.