Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 25, 2023
2 parents 7a99a68 + 1471a9d commit e423dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Home = () => {
},
{
label: 'Azure',
link: `https://portal.azure.com/?tid=${currentTenant.defaultDomainName}`,
link: `https://portal.azure.com/#@${currentTenant.customerId}`,
icon: faServer,
},
{
Expand Down

0 comments on commit e423dea

Please sign in to comment.