qol changes and fixed

This commit is contained in:
grant-kun 2022-10-25 08:38:13 -05:00
parent fd66e581b0
commit eb7dc5ba19
2 changed files with 10 additions and 1 deletions

View file

@ -398,7 +398,9 @@
revved = emails.reverse()
index = revved.indexOf(emails[index]) + 1
//pretty proud of this reverse indexer :)
sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 })
sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }).then(()=>{
update()
})
}
function umail() {
let ret = ''

View file

@ -83,5 +83,12 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi
- [ ] encryption (md5 hashing, and rsa)
- [ ] add aliases that are used in cookies and randomly gen.
- [ ] also server side hash to check/verify the alias
- [ ] more sexy gradients (everywhere)
- [ ] lower verbosity (and options to change it)
### issues
- [ ] storage not saving
- [ ] check for login key cookie on page loads
FeMail (iron mail)