Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified email_templates/agari_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion email_templates/change_email.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Click the button below to confirm this change. This link is valid for 24 hours.
<mj-section padding="0 0 16px 0">
<mj-column>
<mj-text align="center">
<a href="{{ accept_link }}" class="agari-btn">
<a href="{{ accept_link }}" class="agari-btn" style="display: inline-block; min-width: auto; width: auto;">
Confirm Email Change
</a>
</mj-text>
Expand Down
2 changes: 1 addition & 1 deletion email_templates/magic_link.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<mj-section padding="0 0 16px 0">
<mj-column>
<mj-text align="center">
<a href="{{ magic_link }}" class="agari-btn">
<a href="{{ magic_link }}" class="agari-btn" style="display: inline-block; min-width: auto; width: auto;">
Sign in
</a>
</mj-text>
Expand Down
2 changes: 1 addition & 1 deletion email_templates/new_user.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<mj-section padding="0 0 16px 0">
<mj-column>
<mj-text align="center">
<a href="{{ accept_link }}" class="agari-btn">
<a href="{{ accept_link }}" class="agari-btn" style="display: inline-block; min-width: auto; width: auto;">
Accept Invitation
</a>
</mj-text>
Expand Down
2 changes: 1 addition & 1 deletion email_templates/org_ownership.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<mj-section padding="0 0 16px 0">
<mj-column>
<mj-text align="center">
<a href="{{ accept_link }}" class="agari-btn">
<a href="{{ accept_link }}" class="agari-btn" style="display: inline-block; min-width: auto; width: auto;">
Accept Ownership
</a>
</mj-text>
Expand Down
4 changes: 2 additions & 2 deletions email_templates/project_invite.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<mj-section padding="16px 24px 0 24px">
<mj-column>
<mj-text align="center">
<a href="{{ accept_link }}" class="agari-btn">
Accept Invitation
<a href="{{ accept_link }}" class="agari-btn" style="display: inline-block; min-width: auto; width: auto;">
Accept Invitation
</a>
</mj-text>
</mj-column>
Expand Down
3 changes: 2 additions & 1 deletion test/rest/project_invite_flow.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@folio = http://127.0.0.1:8000/
#@folio = https://folio-staging.openup.org.za

@keycloak = http://keycloak.local

@realm = agari
@client_id = dms
Expand All @@ -11,7 +12,7 @@

### Get access token
# @name login
POST https://keycloak-ilifu.openup.org.za/realms/{{realm}}/protocol/openid-connect/token
POST {{keycloak}}/realms/{{realm}}/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded

username={{username}}
Expand Down