mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Minor change
This commit is contained in:
parent
47e544f847
commit
7cad95893f
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ if (elFormProofs) {
|
|||
}
|
||||
|
||||
if (elProfileUid) {
|
||||
let profileUid = elProfileUid.innerHTML, match, opts;
|
||||
let match, opts, profileUid = elProfileUid.innerHTML;
|
||||
if (/.*@.*/.test(profileUid)) {
|
||||
match = profileUid.match(/(.*)@(.*)_([a-zA-Z0-9]+)$/);
|
||||
opts = {
|
||||
|
|
Loading…
Reference in a new issue