We are storing the minion id in session storage while it goes under
pending acceptance state. However we were not handling its removal if
the acceptance succeeded or if an error happened after the request.
This patch fixes those scenarios avoiding unwanted user experiences.
We are storing the minion id in session storage while it goes under pending acceptance state. However we were not handling its removal if the acceptance succeeded or if an error happened after the request.
This patch fixes those scenarios avoiding unwanted user experiences.
bsc#1093869
Signed-off-by: Vítor Avelino vavelino@suse.com