Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Authorization #20

Merged
merged 18 commits into from
Mar 16, 2019
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
VUE_APP_BASE_API_URL=http://localhost:8000/api
# VUE_APP_BASE_API_URL=http://localhost:8000/api
Gilbord marked this conversation as resolved.
Show resolved Hide resolved
VUE_APP_BASE_API_URL=http://cb7435b1.ngrok.io/api
VUE_APP_CLIENT_ID=KYweldhNZIL8p7vIpM9xJZRXj2LUaUl3XjTaKSfu
VUE_APP_CLIENT_SECRET=9bikWzjLA7V3btoTz0wbuSRxg1e34hPYSA0k7KxhH5MHEOFW3c0Ul6IgSeAQZfa1UYmWx7W8iAqrbO8ZCHwzXn5JDIrdevh211qA8mHm4c845HGITTU6S4rYxH4QJJd8
1 change: 1 addition & 0 deletions .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import '@storybook/addon-knobs/register';
import '@storybook/addon-actions/register';
1 change: 0 additions & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { configure, addDecorator } from '@storybook/vue';
import 'vuetify/dist/vuetify.css';
import 'material-design-icons-iconfont/dist/material-design-icons.css'
import Vue from 'vue';
import Vuetify from 'vuetify';

Expand Down
2 changes: 2 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
Loading