Skip to content

Commit

Permalink
teams: remove stray quote in invite api url
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Feb 20, 2024
1 parent ad5d3d1 commit 2291260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/teams-server/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ voot:
scopes: "{{ teams_manage_provision_oidcrp_scopes }}"

invite:
url: https://invite.{{ base_domain }}/api/teams"
url: https://invite.{{ base_domain }}/api/teams
user: {{ invite.teamsuser}}
password: {{ invite.teamssecret }}

Expand Down

0 comments on commit 2291260

Please sign in to comment.