Merge branch 'master' into ui-work

This commit is contained in:
sairaj mote 2022-05-10 18:44:44 +05:30 committed by GitHub
commit 0bc65ecbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 10 deletions

View File

@ -64,7 +64,6 @@ a {
a:focus-visible {
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
}
a.button {
padding: 0.4rem 0.6rem;
border-radius: 0.3rem;

View File

@ -1040,6 +1040,7 @@
floGlobals.savedUserData = {
upiIds: {}
}
console.log(`Welcome ${myFloID}`);
getRef('logged_in_user_id').value = myFloID;
floGlobals.isSubAdmin = floGlobals.subAdmins.includes(myFloID)

File diff suppressed because one or more lines are too long

1
qrcode.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -647,7 +647,6 @@ class LazyLoader {
this.intersectionObserver.observe(this.lazyContainer.firstElementChild)
else
this.intersectionObserver.observe(this.lazyContainer.lastElementChild)
}
}
})