pub async fn get_public_pc_settings(
__arg0: State<AppState>,
req: RequestState,
) -> WebResult<Response>Expand description
The first-run setup and public PC settings page. For multi-user systems, public servers, kiosks, etc. this should typically be locked down, but it needs to be available for long enough after install for the administrator to get the computer set up. FIXME: May not exactly be accurate? TBD.