mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 20:41:59 +02:00
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