Improved comment around QR generation
This commit is contained in:
parent
3d37e0b2a5
commit
552fb9de9a
@ -147,9 +147,10 @@ class QrCodeLoginViewModel @AssistedInject constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO. UI test purpose. Fixme accordingly.
|
* QR code generation is not currently supported and this is a placeholder for future
|
||||||
|
* functionality.
|
||||||
*/
|
*/
|
||||||
private fun generateQrCodeData(): String {
|
private fun generateQrCodeData(): String {
|
||||||
return "TODO"
|
return "NOT SUPPORTED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user