App Passwords now begin with app_ instead of app

This commit is contained in:
Maurus Decimus
2026-04-30 17:40:42 +02:00
parent a46132e410
commit 3528213460
3 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ use registry::schema::structs::Task;
use registry::types::EnumImpl;
use std::future::Future;
use std::time::Instant;
use store::ahash::AHashMap;
use store::write::Operation;
use store::{ahash::AHashMap, write::now};
use tokio::sync::mpsc;
use trc::TaskManagerEvent;