mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09: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) {
|
if (elProfileUid) {
|
||||||
let profileUid = elProfileUid.innerHTML, match, opts;
|
let match, opts, profileUid = elProfileUid.innerHTML;
|
||||||
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