-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
<%- include('header'); -%> | ||
|
||
<!-- Template for /login/:provider route --> | ||
<!-- Template for /login/:provider route --> | ||
|
||
<p> | ||
By using this service, you agree that your data will be publicly available. For more information, click | ||
<a href="<%= baseUrl %>help">here</a>. | ||
</p> | ||
<p> | ||
By using this service, you agree that authentificated usernames and identifiers can be made publicly available (see <a href="<%= baseUrl %>help">more information</a>). | ||
</p> | ||
|
||
<div class="alert alert-info"> | ||
You will be authenticated with <%= provider.name %> shortly... | ||
</div> | ||
<div class="alert alert-info"> | ||
You will be authenticated with <%= provider.name %> shortly... | ||
</div> | ||
|
||
<%- include('footer'); -%> | ||
<%- include('footer'); -%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters