-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#458): Merging upstream updates
- Loading branch information
Showing
19 changed files
with
719 additions
and
225 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
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,10 +1,15 @@ | ||
<template> | ||
<div class="page-not-found"> | ||
<i class="material-icons page-not-found-header u--padding-zero" >lock_person</i> | ||
<i class="material-icons page-not-found-header u--padding-zero" | ||
>lock_person</i | ||
> | ||
<h2 class="u_margin-bottom-small">Login required</h2> | ||
<p>The page you are trying to access requires authentication. | ||
Would you like to <a>log in</a> or return to the | ||
<router-link to=""><a @click="$router.go(-1)">previous page</a></router-link>? | ||
<p> | ||
The page you are trying to access requires authentication. Would you like | ||
to <a href="/secure">log in</a> or return to the | ||
<router-link to="" | ||
><a @click="$router.go(-1)">previous page</a></router-link | ||
>? | ||
</p> | ||
</div> | ||
</template> |
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
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
Oops, something went wrong.