diff --git a/app/views/auth/oauthCallback.volt b/app/views/auth/oauthCallback.volt deleted file mode 100644 index cb121b0..0000000 --- a/app/views/auth/oauthCallback.volt +++ /dev/null @@ -1,47 +0,0 @@ - -{% if error %} -
Error: {{ error }}
- -{% else %} -Authentication is successful and auth response is validated.
- -Returned auth response:
- -| Key | -Value | -
|---|---|
| {{key }} | -{{auth}} | -
| {{key}} | -
|
-
"}} - -