pub async fn profiles_list(
db: State<'_, DatabaseWrapper>,
auth_manager: State<'_, AuthManagerWrapper>,
) -> Result<Vec<Profile>, String>Expand description
List the accounts this device knows for the current server.
TRACES: UR-082 | DR-267
pub async fn profiles_list(
db: State<'_, DatabaseWrapper>,
auth_manager: State<'_, AuthManagerWrapper>,
) -> Result<Vec<Profile>, String>List the accounts this device knows for the current server.
TRACES: UR-082 | DR-267