From ef7b8eab120c5b12c04c45300b6157b9802ca4b6 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 8 May 2022 18:01:50 +0100 Subject: [PATCH] fix --- .../src/Actions/{ChangePassword.ts-temp => ChangePassword.ts} | 0 Accounts/src/Actions/{Login.ts-temp => Login.ts} | 0 Accounts/src/Actions/{Register.ts-temp => Register.ts} | 0 Accounts/src/Actions/{ResendToken.ts-temp => ResendToken.ts} | 0 Accounts/src/Actions/{ResetPassword.ts-temp => ResetPassword.ts} | 0 .../src/Constants/{ChangePassword.ts-temp => ChangePassword.ts} | 0 Accounts/src/Constants/{Emaildomains.ts-temp => Emaildomains.ts} | 0 Accounts/src/Constants/{Login.ts-temp => Login.ts} | 0 Accounts/src/Constants/{Register.ts-temp => Register.ts} | 0 Accounts/src/Constants/{ResendToken.ts-temp => ResendToken.ts} | 0 .../src/Constants/{ResetPassword.ts-temp => ResetPassword.ts} | 0 .../src/Reducers/{changePassword.ts => ChangePassword.ts-temp} | 0 Accounts/src/Reducers/{index.ts => Index.ts-temp} | 0 Accounts/src/Reducers/{login.ts => Login.ts-temp} | 0 Accounts/src/Reducers/{register.ts => Register.ts-temp} | 0 Accounts/src/Reducers/{resendToken.ts => ResendToken.ts-temp} | 0 Accounts/src/Reducers/{resetPassword.ts => ResetPassword.ts-temp} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename Accounts/src/Actions/{ChangePassword.ts-temp => ChangePassword.ts} (100%) rename Accounts/src/Actions/{Login.ts-temp => Login.ts} (100%) rename Accounts/src/Actions/{Register.ts-temp => Register.ts} (100%) rename Accounts/src/Actions/{ResendToken.ts-temp => ResendToken.ts} (100%) rename Accounts/src/Actions/{ResetPassword.ts-temp => ResetPassword.ts} (100%) rename Accounts/src/Constants/{ChangePassword.ts-temp => ChangePassword.ts} (100%) rename Accounts/src/Constants/{Emaildomains.ts-temp => Emaildomains.ts} (100%) rename Accounts/src/Constants/{Login.ts-temp => Login.ts} (100%) rename Accounts/src/Constants/{Register.ts-temp => Register.ts} (100%) rename Accounts/src/Constants/{ResendToken.ts-temp => ResendToken.ts} (100%) rename Accounts/src/Constants/{ResetPassword.ts-temp => ResetPassword.ts} (100%) rename Accounts/src/Reducers/{changePassword.ts => ChangePassword.ts-temp} (100%) rename Accounts/src/Reducers/{index.ts => Index.ts-temp} (100%) rename Accounts/src/Reducers/{login.ts => Login.ts-temp} (100%) rename Accounts/src/Reducers/{register.ts => Register.ts-temp} (100%) rename Accounts/src/Reducers/{resendToken.ts => ResendToken.ts-temp} (100%) rename Accounts/src/Reducers/{resetPassword.ts => ResetPassword.ts-temp} (100%) diff --git a/Accounts/src/Actions/ChangePassword.ts-temp b/Accounts/src/Actions/ChangePassword.ts similarity index 100% rename from Accounts/src/Actions/ChangePassword.ts-temp rename to Accounts/src/Actions/ChangePassword.ts diff --git a/Accounts/src/Actions/Login.ts-temp b/Accounts/src/Actions/Login.ts similarity index 100% rename from Accounts/src/Actions/Login.ts-temp rename to Accounts/src/Actions/Login.ts diff --git a/Accounts/src/Actions/Register.ts-temp b/Accounts/src/Actions/Register.ts similarity index 100% rename from Accounts/src/Actions/Register.ts-temp rename to Accounts/src/Actions/Register.ts diff --git a/Accounts/src/Actions/ResendToken.ts-temp b/Accounts/src/Actions/ResendToken.ts similarity index 100% rename from Accounts/src/Actions/ResendToken.ts-temp rename to Accounts/src/Actions/ResendToken.ts diff --git a/Accounts/src/Actions/ResetPassword.ts-temp b/Accounts/src/Actions/ResetPassword.ts similarity index 100% rename from Accounts/src/Actions/ResetPassword.ts-temp rename to Accounts/src/Actions/ResetPassword.ts diff --git a/Accounts/src/Constants/ChangePassword.ts-temp b/Accounts/src/Constants/ChangePassword.ts similarity index 100% rename from Accounts/src/Constants/ChangePassword.ts-temp rename to Accounts/src/Constants/ChangePassword.ts diff --git a/Accounts/src/Constants/Emaildomains.ts-temp b/Accounts/src/Constants/Emaildomains.ts similarity index 100% rename from Accounts/src/Constants/Emaildomains.ts-temp rename to Accounts/src/Constants/Emaildomains.ts diff --git a/Accounts/src/Constants/Login.ts-temp b/Accounts/src/Constants/Login.ts similarity index 100% rename from Accounts/src/Constants/Login.ts-temp rename to Accounts/src/Constants/Login.ts diff --git a/Accounts/src/Constants/Register.ts-temp b/Accounts/src/Constants/Register.ts similarity index 100% rename from Accounts/src/Constants/Register.ts-temp rename to Accounts/src/Constants/Register.ts diff --git a/Accounts/src/Constants/ResendToken.ts-temp b/Accounts/src/Constants/ResendToken.ts similarity index 100% rename from Accounts/src/Constants/ResendToken.ts-temp rename to Accounts/src/Constants/ResendToken.ts diff --git a/Accounts/src/Constants/ResetPassword.ts-temp b/Accounts/src/Constants/ResetPassword.ts similarity index 100% rename from Accounts/src/Constants/ResetPassword.ts-temp rename to Accounts/src/Constants/ResetPassword.ts diff --git a/Accounts/src/Reducers/changePassword.ts b/Accounts/src/Reducers/ChangePassword.ts-temp similarity index 100% rename from Accounts/src/Reducers/changePassword.ts rename to Accounts/src/Reducers/ChangePassword.ts-temp diff --git a/Accounts/src/Reducers/index.ts b/Accounts/src/Reducers/Index.ts-temp similarity index 100% rename from Accounts/src/Reducers/index.ts rename to Accounts/src/Reducers/Index.ts-temp diff --git a/Accounts/src/Reducers/login.ts b/Accounts/src/Reducers/Login.ts-temp similarity index 100% rename from Accounts/src/Reducers/login.ts rename to Accounts/src/Reducers/Login.ts-temp diff --git a/Accounts/src/Reducers/register.ts b/Accounts/src/Reducers/Register.ts-temp similarity index 100% rename from Accounts/src/Reducers/register.ts rename to Accounts/src/Reducers/Register.ts-temp diff --git a/Accounts/src/Reducers/resendToken.ts b/Accounts/src/Reducers/ResendToken.ts-temp similarity index 100% rename from Accounts/src/Reducers/resendToken.ts rename to Accounts/src/Reducers/ResendToken.ts-temp diff --git a/Accounts/src/Reducers/resetPassword.ts b/Accounts/src/Reducers/ResetPassword.ts-temp similarity index 100% rename from Accounts/src/Reducers/resetPassword.ts rename to Accounts/src/Reducers/ResetPassword.ts-temp