In my flow chart, I would not like to show the arrow in the else condition.
Although I tried the `kill/detach` method, it doesn't work for me.
@startuml
skinparam ConditionEndStyle hline
if (reset) then (true)
:reset password;
(false) elseif (enable) then (true)
:password do LFSR;
endif
@enduml