mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix typo
This commit is contained in:
parent
f451619fda
commit
05187248fe
1 changed files with 2 additions and 2 deletions
|
@ -602,8 +602,8 @@ if (elProfileUid) {
|
|||
}
|
||||
break;
|
||||
|
||||
case: "hkp":
|
||||
case: "wkd":
|
||||
case "hkp":
|
||||
case "wkd":
|
||||
opts = {
|
||||
input: profileUid,
|
||||
mode: elProfileMode.innerHTML
|
||||
|
|
Loading…
Reference in a new issue