fixup! fix: escape error.message on login failure
This commit is contained in:
@ -520,5 +520,5 @@ export function escapeHtml(unsafe: string): string {
|
||||
.replace(/</g, "<")
|
||||
.replace(/>/g, ">")
|
||||
.replace(/"/g, """)
|
||||
.replace(/'/g, "'")
|
||||
.replace(/'/g, "'")
|
||||
}
|
||||
|
Reference in New Issue
Block a user