Add session storage clear before showing authentication dialog.

This commit is contained in:
Alexis Lahouze 2016-01-02 10:16:26 +01:00
parent c9d1abf3e2
commit d960ac0852
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ var accountantApp = angular.module("accountantApp", [
$scope.dialogShown = true;
$storage.clear();
bootbox.dialog({
title: "Authentification requise",
message: '<form class="form-horizontal">' +