Skip to content
Snippets Groups Projects
Commit 337a90ce authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: switch method from public to private

parent 9bfaeb6a
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!38Feat/auth
......@@ -37,7 +37,7 @@ export class AuthService {
return false;
}
public getExpiration(): DateTime {
private getExpiration(): DateTime {
return DateTime.fromISO(this.userValue.expiresAt, { zone: 'Europe/Paris' });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment