From 2011d3f6f9938825a36670779fa0d7894bda338f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Feb 2020 11:35:03 +0200 Subject: Implement session tokens securely --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/src/App.js b/frontend/src/App.js index 19e3426..89f3e1c 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,4 +1,4 @@ -import React, { useEffect, useState } from 'react'; +import React, { useEffect } from 'react'; import { Router } from '@reach/router'; import Login from './Login'; -- cgit v1.3