make token pub

This commit is contained in:
bitfl0wer 2023-05-09 13:10:07 +02:00
parent 40b7064541
commit f59f705ec0
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ pub struct UserObject {
#[derive(Debug)]
pub struct User<'a> {
pub belongs_to: &'a mut Instance,
token: String,
pub token: String,
pub limits: Limits,
pub settings: UserSettings,
pub object: Option<UserObject>,