Skip to content

Commit 190ec12

Browse files
committed
Cleanup
1 parent c567b5c commit 190ec12

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freenit-framework/core",
3-
"version": "0.0.27",
3+
"version": "0.0.29",
44
"private": false,
55
"author": "Goran Mekić <meka@tilda.center>",
66
"license": "BSD-2-Clause",

src/lib/auth.svelte.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default class AuthStore {
6161
}
6262

6363
refresh_token = async () => {
64-
console.log('refresh_token')
6564
const now = new Date()
6665
if (now > this.access) {
6766
const response = await methods.post(`${this.prefix}/auth/refresh`, {})

0 commit comments

Comments
 (0)