You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Doing an
if
check on a variable that is not defined always equates totrue
when multipass is enabled. For example:If multipass is enabled then this resolves to:
Since the value in the conditional is a non-empty string then the
if
check always evaluates totrue
.The text was updated successfully, but these errors were encountered: