From 64ae8ace6f70c6dd8e6971a5939fbbc1b87d9ecc Mon Sep 17 00:00:00 2001 From: Shumatsu Mokuyobi Date: Thu, 1 Oct 2020 08:39:29 +0200 Subject: [PATCH] Minor fixes New line at the end of every file, removed extra empty lines at the beginning of files, fixed spacing in js file --- README.md | 1 - email-verification.html | 2 +- forgot-password.html | 2 +- index.html | 2 +- login.html | 2 +- option.js | 7 +++---- registration.html | 2 +- reset-password.html | 2 +- social.html | 2 -- 9 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 608f1aa..3083eb3 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,3 @@ Quick Demo Implementation for LoginRadius' Customer Registration Service and Soc 1. Open option.js 2. Fill in your LoginRadius API Key and Site Name respectively. 3. Everything should just start working - diff --git a/email-verification.html b/email-verification.html index 6cbac49..a2d0fe5 100644 --- a/email-verification.html +++ b/email-verification.html @@ -28,4 +28,4 @@
Email Verification page, it should alert you if succeed
LRObject.init("verifyEmail", verifyemail_options); }); - \ No newline at end of file + diff --git a/forgot-password.html b/forgot-password.html index 688a9a6..01ee1ae 100644 --- a/forgot-password.html +++ b/forgot-password.html @@ -29,4 +29,4 @@

Home Page

LRObject.init("forgotPassword", forgotpassword_options); }); - \ No newline at end of file + diff --git a/index.html b/index.html index fcc4715..1495287 100644 --- a/index.html +++ b/index.html @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/login.html b/login.html index 488d4c9..974abe4 100644 --- a/login.html +++ b/login.html @@ -31,4 +31,4 @@

Home Page

LRObject.init("login",login_options); }) - \ No newline at end of file + diff --git a/option.js b/option.js index 55f4fe4..0c43262 100644 --- a/option.js +++ b/option.js @@ -1,10 +1,9 @@ - var commonOptions = {}; commonOptions.apiKey = ""; commonOptions.appName = ""; -commonOptions.hashTemplate= true; -commonOptions.sott =""; +commonOptions.hashTemplate = true; +commonOptions.sott = ""; var path = window.location.href; commonOptions.verificationUrl = path.replace(path.substr(path.lastIndexOf('/')), "/email-verification.html"); commonOptions.resetPasswordUrl = path.replace(path.substr(path.lastIndexOf('/')), "/reset-password.html"); -var LRObject= new LoginRadiusV2(commonOptions); +var LRObject = new LoginRadiusV2(commonOptions); diff --git a/registration.html b/registration.html index 9525ab8..38c5537 100644 --- a/registration.html +++ b/registration.html @@ -33,4 +33,4 @@

Home Page

- \ No newline at end of file + diff --git a/reset-password.html b/reset-password.html index 57797c7..4e74768 100644 --- a/reset-password.html +++ b/reset-password.html @@ -31,4 +31,4 @@

Home Page

LRObject.init("resetPassword", resetpassword_options); }); - \ No newline at end of file + diff --git a/social.html b/social.html index a2422fd..15ab6ec 100644 --- a/social.html +++ b/social.html @@ -1,5 +1,3 @@ - -