forked from Mirrors/keyoxide-web
Minor change
This commit is contained in:
parent
b9fad2f740
commit
47e544f847
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ if (elFormProofs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (elProfileUid) {
|
if (elProfileUid) {
|
||||||
let profileUid = elProfileUid.innerHTML, opts, match;
|
let profileUid = elProfileUid.innerHTML, match, opts;
|
||||||
if (/.*@.*/.test(profileUid)) {
|
if (/.*@.*/.test(profileUid)) {
|
||||||
match = profileUid.match(/(.*)@(.*)_([a-zA-Z0-9]+)$/);
|
match = profileUid.match(/(.*)@(.*)_([a-zA-Z0-9]+)$/);
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Reference in a new issue