Skip to content
Snippets Groups Projects
Unverified Commit 08a8ef0b authored by Maciej Krüger's avatar Maciej Krüger
Browse files

gluon-web-admin: remove pubkey empty string workarround

parent 816d2796
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,6 @@ ...@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment