@tapni/auth 0.0.43 → 0.0.44
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 +1 -1
- package/src/mixins/auth.mixin.js +3 -3
- package/dist/.gitkeep +0 -0
- package/dist/.vite/manifest.json +0 -11
- package/dist/.well-known/apple-app-site-association +0 -11
- package/dist/.well-known/assetlinks.json +0 -12
- package/dist/.well-known/microsoft-identity-association.json +0 -7
- package/dist/TapniAuth.es.js +0 -6867
- package/dist/TapniAuth.umd.js +0 -102
- package/dist/android-chrome-192x192.png +0 -0
- package/dist/android-chrome-512x512.png +0 -0
- package/dist/apple-touch-icon.png +0 -0
- package/dist/favicon-16x16.png +0 -0
- package/dist/favicon-32x32.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/icon.png +0 -0
- package/dist/site.webmanifest +0 -1
- package/dist/style.css +0 -1
package/package.json
CHANGED
package/src/mixins/auth.mixin.js
CHANGED
|
@@ -399,9 +399,9 @@ export default {
|
|
|
399
399
|
this.$storage.username = '';
|
|
400
400
|
this.$storage.ssoUser = '';
|
|
401
401
|
this.$storage.UserId = '';
|
|
402
|
-
this.setLoggedInUserId(
|
|
403
|
-
this.setToken(
|
|
404
|
-
this.setRefreshToken(
|
|
402
|
+
this.setLoggedInUserId('');
|
|
403
|
+
this.setToken('');
|
|
404
|
+
this.setRefreshToken('');
|
|
405
405
|
|
|
406
406
|
if (this.refreshToken) {
|
|
407
407
|
Object.keys(this.loggedInAccounts).forEach((username) => {
|
package/dist/.gitkeep
DELETED
|
File without changes
|
package/dist/.vite/manifest.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
[{
|
|
2
|
-
"relation": ["delegate_permission/common.handle_all_urls"],
|
|
3
|
-
"target": {
|
|
4
|
-
"namespace": "android_app",
|
|
5
|
-
"package_name": "co.tapni.app",
|
|
6
|
-
"sha256_cert_fingerprints":
|
|
7
|
-
[
|
|
8
|
-
"B5:E6:1C:2F:E6:57:A8:A8:53:E9:10:4D:40:7C:A4:1C:61:A6:05:B1:67:19:3B:87:BA:5D:FD:F7:62:1B:E7:94",
|
|
9
|
-
"54:D6:D1:9A:91:74:AD:8E:51:C3:63:53:55:CB:A1:B3:D2:A4:79:AF:5E:93:A0:DC:9E:01:8A:4E:60:4D:C3:60"
|
|
10
|
-
]
|
|
11
|
-
}
|
|
12
|
-
}]
|