Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fsy412 committed Oct 21, 2021
1 parent adae33f commit 49dcc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/greeting/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub fn greeting(auth:bool, did: String) -> String {
if auth {
format!("Hi, {}", did)
}else{
format!("You are not authorized")
format!("You are not authenticated")
}
}

0 comments on commit 49dcc22

Please sign in to comment.