Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. confirmarSair() {
  2. const r = window.confirm("deseja sair?");
  3. if (r) {
  4. window.sessionStorage.clear();
  5. window.location.href = `${environment.logoutUrl}?redirect_uri=${environment.noderedUrl}`;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement