From: charleswrayjr Date: Tue, 9 Sep 2025 15:38:14 +0000 (-0500) Subject: Separating the revoke client functionality from the main vpn lists. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=d9df26da6a4bd0fc29dcb6983a2a0058e19c5f74;p=phs-admin.git Separating the revoke client functionality from the main vpn lists. --- diff --git a/src/app/views/VPN/VPN.jsx b/src/app/views/VPN/VPN.jsx index 059653c..db17612 100644 --- a/src/app/views/VPN/VPN.jsx +++ b/src/app/views/VPN/VPN.jsx @@ -55,6 +55,7 @@ const VPN = () => { const handleRevokeClientSubmit = async () => { setMessage( await VPNService.revokeClient( { revokeClientName }, fetchClients ) ); fetchAvailableClients().catch( e => setMessage( e ) ); + setRevokeOpen( false ); }; return (