Skip to content

Commit

Permalink
acronimo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Dec 20, 2023
1 parent a5678bd commit 512d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/LoginAgid/LoginAgidButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const LoginAgidButtons = ({ origin }) => {
const query = useQueryV5();
const came_from = query.get('came_from') || origin;
const qs = came_from ? `?came_from=${came_from}` : '';
// 'ar' aka ???
// "ar" => "Area Riservata"
const arLoginUrl = config.settings.siteProperties?.arLoginUrl;
const spidLoginUrl = __CLIENT__
? window.env.RAZZLE_SPID_LOGIN_URL
Expand Down

0 comments on commit 512d182

Please sign in to comment.