From ae187b6d75c8079da0be1dc288613bad8466fe61 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 24 Oct 2023 17:43:37 +0200 Subject: Initial commit --- oauth/.DS_Store | Bin 0 -> 6148 bytes oauth/callback-native/index.php | 50 +++++++++++++++++++++++++++++++++++++++ oauth/callback/index.php | 51 ++++++++++++++++++++++++++++++++++++++++ oauth/index.php | 1 + oauth/init/index.php | 7 ++++++ oauth/native/index.php | 7 ++++++ oauth/needs-native/index.php | 26 ++++++++++++++++++++ 7 files changed, 142 insertions(+) create mode 100644 oauth/.DS_Store create mode 100644 oauth/callback-native/index.php create mode 100644 oauth/callback/index.php create mode 100644 oauth/index.php create mode 100644 oauth/init/index.php create mode 100644 oauth/native/index.php create mode 100644 oauth/needs-native/index.php (limited to 'oauth') diff --git a/oauth/.DS_Store b/oauth/.DS_Store new file mode 100644 index 0000000..f3ee465 Binary files /dev/null and b/oauth/.DS_Store differ diff --git a/oauth/callback-native/index.php b/oauth/callback-native/index.php new file mode 100644 index 0000000..ea9993b --- /dev/null +++ b/oauth/callback-native/index.php @@ -0,0 +1,50 @@ + + + + + + + Mist + + + + +
+
+

Log in required

+

Please use the tab opened in your default browser to log into Mist. This page will refresh automatically after you log in.

+ Having trouble? +
+ + + + \ No newline at end of file -- cgit