FIX: Embarassing algoriths typo -> algorithms for security keys (#9126)

This commit is contained in:
Martin Brennan
2020-03-09 09:22:08 +10:00
committed by GitHub
parent 20cfa7b810
commit baea65e4bc
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ acceptance("User Preferences", {
"a6d393d12654c130b2273e68ca25ca232d1d7f4c2464c2610fb8710a89d4",
rp_id: "localhost",
rp_name: "Discourse",
supported_algoriths: [-7, -257]
supported_algorithms: [-7, -257]
});
});