Added CSS styles
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const api = "https://reactnd-books-api.udacity.com"
|
||||
|
||||
|
||||
// Generate a unique token for storing your bookshelf data on the backend server.
|
||||
// Generate a unique token
|
||||
let token = localStorage.token
|
||||
if (!token)
|
||||
token = localStorage.token = Math.random().toString(36).substr(-8)
|
||||
|
||||
Reference in New Issue
Block a user