Browse Source

test iamsmart

master
Anna Ho 1 year ago
parent
commit
19049df1bd
3 changed files with 22474 additions and 1825 deletions
  1. +22274
    -79
      package-lock.json
  2. +4
    -0
      src/routes/LoginRoutes.js
  3. +196
    -1746
      yarn.lock

+ 22274
- 79
package-lock.json
File diff suppressed because it is too large
View File


+ 4
- 0
src/routes/LoginRoutes.js View File

@@ -58,6 +58,10 @@ const LoginRoutes = {
path: 'error',
element: <ErrorPage/>
},
{
path: 'iamsmart/logincallback',
element: <IAmSmart_FallCallback/>
},
{
path: 'iamsmart/loginfallback',
element: <IAmSmart_FallCallback/>


+ 196
- 1746
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save