Skip to content

Commit 3901c05

Browse files
committed
Add callback and logout
1 parent 02f2a00 commit 3901c05

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

callback.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Callback
4+
permalink: /callback
5+
---
6+
<script>
7+
window.location.href = '/';
8+
</script>

logout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Logout
4+
permalink: /logout
5+
---
6+
<script>
7+
window.location.href = '/';
8+
</script>

0 commit comments

Comments
 (0)