pub async fn logout_handler(
    _: LogoutPath,
    auth: AuthContext,
    __arg2: State<Arc<AppState>>
) -> Redirect