mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-06 14:20:38 +00:00
test input hiding
This commit is contained in:
@@ -47,6 +47,8 @@ def generator_view(request):
|
||||
installation = form.cleaned_data['installation']
|
||||
settings = form.cleaned_data['settings']
|
||||
appname = form.cleaned_data['appname']
|
||||
if not appname:
|
||||
appname = "rustdesk"
|
||||
filename = form.cleaned_data['exename']
|
||||
compname = form.cleaned_data['compname']
|
||||
if not compname:
|
||||
|
||||
Reference in New Issue
Block a user