0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Fix webpage not being rendered

This commit is contained in:
Delta1925 2023-04-16 01:07:43 +02:00
parent a91b213dbf
commit 2a22617752
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
7 changed files with 59 additions and 14 deletions

View file

@ -7,7 +7,6 @@ use crate::management::{delete_key, Action, Pending};
use crate::pending_path;
use crate::settings::{MAILER, SETTINGS};
use crate::utils::{get_email_from_cert, get_filename, parse_pem};
use crate::PENDING_FOLDER;
use lettre::{Message, Transport};
use std::fs;