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;
|
$scope.dialogShown = true;
|
||||||
|
|
||||||
|
$storage.clear();
|
||||||
|
|
||||||
bootbox.dialog({
|
bootbox.dialog({
|
||||||
title: "Authentification requise",
|
title: "Authentification requise",
|
||||||
message: '<form class="form-horizontal">' +
|
message: '<form class="form-horizontal">' +
|
||||||
|
Loading…
Reference in New Issue
Block a user