Don't log a password when a new user account is registered
Introduced in 4150b917d8
This commit is contained in:
parent
0b82fe27b5
commit
5112c55bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ pub struct Register<'a> {
|
||||||
///
|
///
|
||||||
/// Returns a device id and access token for the registered user
|
/// Returns a device id and access token for the registered user
|
||||||
#[implement(super::Service)]
|
#[implement(super::Service)]
|
||||||
#[tracing::instrument(level = "info", skip(self))]
|
#[tracing::instrument(level = "info", skip(self, password))]
|
||||||
pub async fn full_register(
|
pub async fn full_register(
|
||||||
&self,
|
&self,
|
||||||
Register {
|
Register {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue