se muestra compilacion de frontend
parent
d860dad7ea
commit
836a81b81e
|
@ -72,7 +72,7 @@ class AuthViewSet(viewsets.ViewSet):
|
|||
return Response(data = None, content_type = 'application/json')
|
||||
try:
|
||||
decode = jwt.decode(token, private_key, algorithms= ["HS256"])
|
||||
except jwt.ExpiredSignature:
|
||||
except jwt.ExpiredSignatureError:
|
||||
raise JWTExpired
|
||||
|
||||
user = User.objects.filter(id = decode.get('user_id')).values().first()
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.navbar ul{list-style-type:none;margin:0;padding:0;overflow:hidden;background-color:#333}.navbar li{float:left}.navbar li a{display:block;color:#fff;text-align:center;padding:14px 16px;text-decoration:none}.navbar li a:hover{background-color:#111}
|
|
@ -0,0 +1 @@
|
|||
.navbar ul{list-style-type:none;margin:0;padding:0;overflow:hidden;background-color:#333}.navbar li{float:left}.navbar li a{display:block;color:#fff;text-align:center;padding:14px 16px;text-decoration:none}.navbar li a:hover{background-color:#111}.navbar li.active a{background-color:#0ff;color:#000}.navbar .canasta{background-color:#fff;padding:5px 16px;color:#4682b4;border:1px solid black}.login{width:700px;max-width:100%;margin:auto;border:1px #ddd solid;padding:2rem}.login .field{margin-bottom:1rem}.login .field input{width:100%}.login input,.login button{min-height:2rem}.login .message{color:orange}
|
File diff suppressed because one or more lines are too long
|
@ -5,8 +5,8 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Capacitacion de svelte</title>
|
||||
<script type="module" crossorigin src="/assets/index-0c98eb67.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-782abf0e.css">
|
||||
<script type="module" crossorigin src="/assets/index-c72321f9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-85b3eae6.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Loading…
Reference in New Issue