mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Asterisk direct connect seems functional 😂
This commit is contained in:
@@ -70,7 +70,7 @@ class W3DHub
|
||||
|
||||
stack(width: 0.5, height: 66) do
|
||||
para "Brenbot Auth Password:"
|
||||
@bot_auth_password = edit_line @profile ? Base64.strict_decode64(@profile.bot_auth_password) : "", width: 1.0, fill: true, type: :password
|
||||
@bot_auth_password = edit_line @profile && @profile.bot_auth_password ? Base64.strict_decode64(@profile.bot_auth_password) : "", width: 1.0, fill: true, type: :password
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user