https://imgur.com/gallery/JenLBvl
The following will recreate this image except for the No label
.
@startuml
!theme superhero-outline
skinparam dpi 125
skinparam backgroundColor #282c34
skinparam defaultFontColor #ffffff
|User|
:GetDetails;
|ServiceProvider|
:GenerateID;
|User|
:GetPassword;
:ConfirmPassword;
-> [ GetPassword == ConfirmPassword ];
if () then (no)
|User|
:goto ConfirmPassword;
else (yes)
|ServiceProvider|
:Login;
end
@enduml