Explorar el Código

longer token

master
Jonathan Cobb hace 4 años
padre
commit
b78cf7ed80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main.rs

+ 1
- 1
src/main.rs Ver fichero

@@ -134,7 +134,7 @@ async fn main() {
// create a random token
let auth_token = Arc::new(rand::thread_rng()
.sample_iter(&Alphanumeric)
.take(30)
.take(50)
.collect::<String>());

let admin = start_admin(


Cargando…
Cancelar
Guardar