gluon-web-admin: remove pubkey empty string workarround

Co-Authored-By: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Maciej Krüger 2022-01-12 01:33:28 +01:00
parent 816d2796be
commit 08a8ef0bcd
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -18,10 +18,6 @@
if active_vpn ~= nil then if active_vpn ~= nil then
pubkey = active_vpn.public_key() pubkey = active_vpn.public_key()
end end
if pubkey == '' then
pubkey = nil
end
end end
local values = { local values = {