Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(auth): error num 401 for oauth

Lewis: May this revision serve well! <lu5a@proton.me>

author
Lewis
date (Jun 1, 2026, 7:38 PM +0300) commit 32093359 parent 500dc2e0 change-id psuunmmr
+1 -1
+1 -1
crates/tranquil-pds/src/auth/mod.rs
··· 522 522 auth_source: AuthSource::OAuth, 523 523 }); 524 524 } else { 525 - return Err(TokenValidationError::TokenExpired); 525 + return Err(TokenValidationError::OAuthTokenExpired); 526 526 } 527 527 } 528 528