1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00

token refresh

This commit is contained in:
Kyle Spearrin
2017-01-28 16:09:38 -05:00
parent a20e8b6228
commit e674e7287e
3 changed files with 42 additions and 18 deletions

View File

@@ -63,6 +63,7 @@
method: 'POST',
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8' },
transformRequest: transformUrlEncoded,
skipAuthorization: true,
params: {}
}
});