Add session storage clear before showing authentication dialog.
This commit is contained in:
parent
c9d1abf3e2
commit
d960ac0852
@ -94,6 +94,8 @@ var accountantApp = angular.module("accountantApp", [
|
||||
|
||||
$scope.dialogShown = true;
|
||||
|
||||
$storage.clear();
|
||||
|
||||
bootbox.dialog({
|
||||
title: "Authentification requise",
|
||||
message: '<form class="form-horizontal">' +
|
||||
|
Loading…
Reference in New Issue
Block a user