Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ohthias committed Oct 22, 2024
1 parent a688bd1 commit f966452
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Astro/src/main/resources/static/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Astro/src/main/resources/static/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Astro/src/main/resources/static/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Astro/src/main/resources/static/favicon/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion Astro/src/main/resources/static/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ document.addEventListener("DOMContentLoaded", function () {

if (decodedToken) {
// Obtém o nome de usuário do token decodificado (supondo que esteja no campo 'sub')

const userName = decodedToken.sub || "Nome não disponível";
const userEmail = decodedToken.email || "Email não disponível";
const userCreationDate = decodedToken.iat ? new Date(decodedToken.iat * 1000).toLocaleDateString() : "Data de criação não disponível";
Expand Down

0 comments on commit f966452

Please sign in to comment.