@things-factory/auth-ui 6.2.30 → 6.2.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/views/auth-page.html +1 -0
- package/views/oauth2-page.html +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-ui",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.31",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@operato/layout": "^1.0.1",
|
|
40
40
|
"@operato/lottie-player": "^1.0.0",
|
|
41
41
|
"@operato/popup": "^1.0.0",
|
|
42
|
-
"@things-factory/auth-base": "^6.2.
|
|
43
|
-
"@things-factory/more-base": "^6.2.
|
|
42
|
+
"@things-factory/auth-base": "^6.2.31",
|
|
43
|
+
"@things-factory/more-base": "^6.2.31",
|
|
44
44
|
"clipboard": "^2.0.6",
|
|
45
45
|
"moment-timezone": "^0.5.40"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "0e904fde521867b12fb95fc24f98ca5e6bd53e6e"
|
|
48
48
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
8
8
|
<meta name="description" content="Reimagining Software" />
|
|
9
|
+
<meta name="google" content="notranslate"/>
|
|
9
10
|
|
|
10
11
|
<base href="/" />
|
|
11
12
|
|
package/views/oauth2-page.html
CHANGED
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="utf-8" />
|
|
6
6
|
<title>Things Factory App</title>
|
|
7
|
+
|
|
7
8
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
8
9
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
9
10
|
<meta name="description" content="Reimagining Software" />
|
|
11
|
+
<meta name="google" content="notranslate"/>
|
|
10
12
|
|
|
11
13
|
<base href="/" />
|
|
12
14
|
|