This commit is contained in:
GitHub Action 2021-07-18 14:53:18 +00:00
parent 0ceb5875fa
commit ddd73ad740
5 changed files with 22 additions and 6 deletions

View File

@ -1,2 +1,2 @@
070573e68a948252938b3731c5e40fe82bfece20
Wed May 19 09:09:09 UTC 2021
dfc6201285ec1dfecd2e8f80363d82811e75bc6d
Sun Jul 18 14:53:18 UTC 2021

File diff suppressed because one or more lines are too long

16
oauth-result/teams.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KeeWeb</title>
</head>
<body>
<script>
window.opener.postMessage(
{ storage: 'teams', search: location.search },
window.location.origin
);
window.close();
</script>
</body>
</html>

View File

@ -1,4 +1,4 @@
const VERSION = '1.18.6';
const VERSION = '1.18.7';
self.addEventListener('install', (event) =>
event.waitUntil(

View File

@ -1,4 +1,4 @@
{
"version": "1.18.6",
"date": "2021-05-19"
"version": "1.18.7",
"date": "2021-07-18"
}